X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fpkcs7%2Fdec.c;h=6752ec568a91ecc2a435685d84e562635271a984;hb=81025661a94034fef1386cb5d5137ba4ddb120f0;hp=c552c8f296a1572084ed0b2315016cb420d2f635;hpb=c6c3450643ea00fde94e7f7471c9f134ec7d63b4;p=oweals%2Fopenssl.git diff --git a/crypto/pkcs7/dec.c b/crypto/pkcs7/dec.c index c552c8f296..6752ec568a 100644 --- a/crypto/pkcs7/dec.c +++ b/crypto/pkcs7/dec.c @@ -57,6 +57,7 @@ */ #include #include +#include #include #include #include @@ -85,7 +86,7 @@ char *argv[]; int i,printit=0; STACK_OF(PKCS7_SIGNER_INFO) *sk; - SSLeay_add_all_algorithms(); + OpenSSL_add_all_algorithms(); bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); data=BIO_new(BIO_s_file());