aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_sign.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-30 14:05:52 +0000
committerBen Laurie <ben@openssl.org>1999-01-30 14:05:52 +0000
commitf33fbc2e1e64a202476c29080636ee989871e7f7 (patch)
treee47367b3d0ab209537177aa2be8bccb2b2ed6d57 /crypto/asn1/a_sign.c
parent59ff7134625d24322cbf998470a80195a543fb4e (diff)
downloadopenssl-f33fbc2e1e64a202476c29080636ee989871e7f7.tar.gz
More pissing about to get pem.h to behave properly.
Diffstat (limited to 'crypto/asn1/a_sign.c')
-rw-r--r--crypto/asn1/a_sign.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/asn1/a_sign.c b/crypto/asn1/a_sign.c
index c2ff9783ac..9ae9370c04 100644
--- a/crypto/asn1/a_sign.c
+++ b/crypto/asn1/a_sign.c
@@ -67,7 +67,6 @@
#include "x509.h"
#include "objects.h"
#include "buffer.h"
-#include "pem.h"
int ASN1_sign(i2d,algor1,algor2,signature,data,pkey,type)
int (*i2d)();