Fix two remaining prototype-related warnings

This commit is contained in:
Ralf S. Engelschall 1999-08-08 11:25:32 +00:00
parent 246528ae56
commit 1d5edd0882
2 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/buffer.h>
#include <openssl/x509.h>
int ASN1_digest(int (*i2d)(), EVP_MD *type, char *data, unsigned char *md,
unsigned int *len)

View File

@ -564,6 +564,8 @@ DECLARE_PEM_rw(DHparams, DH)
DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
char *, int, pem_password_cb *, void *);
int PEM_write_PKCS8PrivateKey(FILE *fp,EVP_PKEY *x,const EVP_CIPHER *enc,
char *kstr,int klen, pem_password_cb *cd, void *u);
#endif /* SSLEAY_MACROS */