X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpem%2Fpem_seal.c;h=4e554e5481e0c60cf520906671b7c2498ff8d2c1;hp=56e08abd705373541cb0e031a8f500ea0f68c13c;hb=fe591284be1575d85d3a2f40d8ba93436ba2b3db;hpb=4579924b7e55fccc7013e6de196f2e2ab175ce39;ds=inline diff --git a/crypto/pem/pem_seal.c b/crypto/pem/pem_seal.c index 56e08abd70..4e554e5481 100644 --- a/crypto/pem/pem_seal.c +++ b/crypto/pem/pem_seal.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include /* for OPENSSL_NO_RSA */ #ifndef OPENSSL_NO_RSA #include #include "cryptlib.h" @@ -64,6 +65,7 @@ #include #include #include +#include int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk,