summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2015-09-30 19:01:14 +0000
committerjsing <>2015-09-30 19:01:14 +0000
commita29482a531ffc362b9cb0d10ced9243c5451297f (patch)
tree60445e0588c3fa5e978167aaa1c38c40c8a8e24c /src
parent0ec69fad35d79387923d81efc10dc1deafa00e16 (diff)
downloadopenbsd-a29482a531ffc362b9cb0d10ced9243c5451297f.tar.gz
openbsd-a29482a531ffc362b9cb0d10ced9243c5451297f.tar.bz2
openbsd-a29482a531ffc362b9cb0d10ced9243c5451297f.zip
s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/asn1_par.c4
-rw-r--r--src/lib/libssl/src/crypto/asn1/asn1_par.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_par.c b/src/lib/libcrypto/asn1/asn1_par.c
index aaf8decd6c..72326a9cc1 100644
--- a/src/lib/libcrypto/asn1/asn1_par.c
+++ b/src/lib/libcrypto/asn1/asn1_par.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1_par.c,v 1.24 2015/09/30 18:41:06 jsing Exp $ */ 1/* $OpenBSD: asn1_par.c,v 1.25 2015/09/30 19:01:14 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -339,7 +339,7 @@ asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset,
339 if (BIO_write(bp, "BAD ENUMERATED", 14) <= 0) 339 if (BIO_write(bp, "BAD ENUMERATED", 14) <= 0)
340 goto end; 340 goto end;
341 } 341 }
342 M_ASN1_ENUMERATED_free(bs); 342 ASN1_ENUMERATED_free(bs);
343 } else if (len > 0 && dump) { 343 } else if (len > 0 && dump) {
344 if (!nl) { 344 if (!nl) {
345 if (BIO_write(bp, "\n", 1) <= 0) 345 if (BIO_write(bp, "\n", 1) <= 0)
diff --git a/src/lib/libssl/src/crypto/asn1/asn1_par.c b/src/lib/libssl/src/crypto/asn1/asn1_par.c
index aaf8decd6c..72326a9cc1 100644
--- a/src/lib/libssl/src/crypto/asn1/asn1_par.c
+++ b/src/lib/libssl/src/crypto/asn1/asn1_par.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1_par.c,v 1.24 2015/09/30 18:41:06 jsing Exp $ */ 1/* $OpenBSD: asn1_par.c,v 1.25 2015/09/30 19:01:14 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -339,7 +339,7 @@ asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset,
339 if (BIO_write(bp, "BAD ENUMERATED", 14) <= 0) 339 if (BIO_write(bp, "BAD ENUMERATED", 14) <= 0)
340 goto end; 340 goto end;
341 } 341 }
342 M_ASN1_ENUMERATED_free(bs); 342 ASN1_ENUMERATED_free(bs);
343 } else if (len > 0 && dump) { 343 } else if (len > 0 && dump) {
344 if (!nl) { 344 if (!nl) {
345 if (BIO_write(bp, "\n", 1) <= 0) 345 if (BIO_write(bp, "\n", 1) <= 0)