aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs7/dec.c')
-rw-r--r--crypto/pkcs7/dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/dec.c b/crypto/pkcs7/dec.c
index accd5811f1..6752ec568a 100644
--- a/crypto/pkcs7/dec.c
+++ b/crypto/pkcs7/dec.c
@@ -86,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());