summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/dec.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>1999-11-12 02:10:23 +0000
committerRichard Levitte <levitte@openssl.org>1999-11-12 02:10:23 +0000
commitf48158b85413677b72a27dd262d1be2931e84a5a (patch)
treec43f72321c662bb852e839707940332760af53bd /crypto/pkcs7/dec.c
parentb3e1a4c68c5c316630fcdab71f3b428a8251043a (diff)
Avoid silly compiler warnings about functions not being declared and an int missing.
Diffstat (limited to 'crypto/pkcs7/dec.c')
-rw-r--r--crypto/pkcs7/dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pkcs7/dec.c b/crypto/pkcs7/dec.c
index c552c8f296..accd5811f1 100644
--- a/crypto/pkcs7/dec.c
+++ b/crypto/pkcs7/dec.c
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <openssl/bio.h>
#include <openssl/x509.h>
#include <openssl/pem.h>