summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/pkcs8.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/pkcs8.c')
-rw-r--r--crypto/asn1/pkcs8.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/asn1/pkcs8.c b/crypto/asn1/pkcs8.c
index d71f8c2d88..29c4ea6a29 100644
--- a/crypto/asn1/pkcs8.c
+++ b/crypto/asn1/pkcs8.c
@@ -61,11 +61,6 @@
#include <openssl/asn1_mac.h>
#include <openssl/objects.h>
-/*
- * ASN1err(ASN1_F_D2I_X509_KEY,ERR_R_ASN1_LENGTH_MISMATCH);
- * ASN1err(ASN1_F_X509_KEY_NEW,ERR_R_BAD_GET_ASN1_OBJECT_CALL);
- */
-
int i2d_X509_KEY(X509 *a, unsigned char **pp)
{
M_ASN1_I2D_vars(a);