summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/enc.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/enc.c
parentb3e1a4c68c5c316630fcdab71f3b428a8251043a (diff)
Avoid silly compiler warnings about functions not being declared and an int missing.
Diffstat (limited to 'crypto/pkcs7/enc.c')
-rw-r--r--crypto/pkcs7/enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pkcs7/enc.c b/crypto/pkcs7/enc.c
index 968c47726b..66a300aee7 100644
--- a/crypto/pkcs7/enc.c
+++ b/crypto/pkcs7/enc.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
#include <stdio.h>
+#include <string.h>
#include <openssl/bio.h>
#include <openssl/x509.h>
#include <openssl/pem.h>