aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-29 17:50:26 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-29 17:50:26 +0000
commitee0508d4114e2b2291953a7d4c81a09b624b8821 (patch)
tree080fa161b394826423a96d45262a36c80641490a /crypto/pkcs12/p12_mutl.c
parent7c0f3d09b32ee1882ee309b660e82bc3077f42db (diff)
downloadopenssl-ee0508d4114e2b2291953a7d4c81a09b624b8821.tar.gz
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
integration.
Diffstat (limited to 'crypto/pkcs12/p12_mutl.c')
-rw-r--r--crypto/pkcs12/p12_mutl.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c
index b788e44058..d5c2f732d5 100644
--- a/crypto/pkcs12/p12_mutl.c
+++ b/crypto/pkcs12/p12_mutl.c
@@ -57,11 +57,9 @@
*/
#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <err.h>
-#include <hmac.h>
-#include <rand.h>
+#include "cryptlib.h"
+#include "hmac.h"
+#include "rand.h"
#include "pkcs12.h"
/* Generate a MAC */