*** signature.c~	Sat Aug 14 00:48:36 1999
--- signature.c	Thu Sep  2 15:17:09 1999
***************
*** 24,27 ****
--- 24,28 ----
   */
  
+ #include <sys/types.h>
  #include <stdio.h>
  #include <stdlib.h>
***************
*** 1027,1031 ****
  
  	  /* RSA-specific */
! #if SSLEAY_VERSION_NUMBER >= 0x00904
  	  rsa = (RSA *) PEM_read_bio_RSAPrivateKey(biokey, NULL, NULL, NULL);
  #else /* SSLEAY_VERSION_NUMBER */
--- 1028,1032 ----
  
  	  /* RSA-specific */
! #if SSLEAY_VERSION_NUMBER >= 0x00904000
  	  rsa = (RSA *) PEM_read_bio_RSAPrivateKey(biokey, NULL, NULL, NULL);
  #else /* SSLEAY_VERSION_NUMBER */
