summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_val.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/x_val.c')
-rw-r--r--crypto/asn1/x_val.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/asn1/x_val.c b/crypto/asn1/x_val.c
index b82f913b5c..296e68f3eb 100644
--- a/crypto/asn1/x_val.c
+++ b/crypto/asn1/x_val.c
@@ -60,11 +60,6 @@
#include "cryptlib.h"
#include <openssl/asn1_mac.h>
-/* ASN1err(ASN1_F_X509_VAL_NEW,ERR_R_MALLOC_FAILURE);
- * ASN1err(ASN1_F_X509_VAL_FREE,ERR_R_MALLOC_FAILURE);
- * ASN1err(ASN1_F_D2I_X509_VAL,ERR_R_MALLOC_FAILURE);
- */
-
int i2d_X509_VAL(X509_VAL *a, unsigned char **pp)
{
M_ASN1_I2D_vars(a);