diff options
| author | jsing <> | 2015-09-30 18:41:06 +0000 |
|---|---|---|
| committer | jsing <> | 2015-09-30 18:41:06 +0000 |
| commit | 80275458dc3673baf5dc56ab2300719f4828295b (patch) | |
| tree | 90db6850a94839986c4ccd8ae4e62b0c6926d5f3 /src/lib/libcrypto/rsa | |
| parent | 70207c356ed770a6ac26f976fd810f6b67c7a111 (diff) | |
| download | openbsd-80275458dc3673baf5dc56ab2300719f4828295b.tar.gz openbsd-80275458dc3673baf5dc56ab2300719f4828295b.tar.bz2 openbsd-80275458dc3673baf5dc56ab2300719f4828295b.zip | |
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Diffstat (limited to 'src/lib/libcrypto/rsa')
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa_saos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_saos.c b/src/lib/libcrypto/rsa/rsa_saos.c index 0a4f37a3da..5dbc10dbb2 100644 --- a/src/lib/libcrypto/rsa/rsa_saos.c +++ b/src/lib/libcrypto/rsa/rsa_saos.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa_saos.c,v 1.18 2015/09/10 15:56:25 jsing Exp $ */ | 1 | /* $OpenBSD: rsa_saos.c,v 1.19 2015/09/30 18:41:06 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 | * |
| @@ -140,7 +140,7 @@ RSA_verify_ASN1_OCTET_STRING(int dtype, const unsigned char *m, | |||
| 140 | } else | 140 | } else |
| 141 | ret = 1; | 141 | ret = 1; |
| 142 | err: | 142 | err: |
| 143 | M_ASN1_OCTET_STRING_free(sig); | 143 | ASN1_OCTET_STRING_free(sig); |
| 144 | if (s != NULL) { | 144 | if (s != NULL) { |
| 145 | explicit_bzero(s, (unsigned int)siglen); | 145 | explicit_bzero(s, (unsigned int)siglen); |
| 146 | free(s); | 146 | free(s); |
