artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb14e8
)
bio_ndef: add an empty line before return
author
tb
<tb@openbsd.org>
Thu, 30 Mar 2023 14:23:50 +0000
(14:23 +0000)
committer
tb
<tb@openbsd.org>
Thu, 30 Mar 2023 14:23:50 +0000
(14:23 +0000)
lib/libcrypto/asn1/bio_ndef.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/bio_ndef.c
b/lib/libcrypto/asn1/bio_ndef.c
index
b1fcc4d
..
2aa323a
100644
(file)
--- a/
lib/libcrypto/asn1/bio_ndef.c
+++ b/
lib/libcrypto/asn1/bio_ndef.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bio_ndef.c,v 1.2
0 2023/03/15 06:30:21
tb Exp $ */
+/* $OpenBSD: bio_ndef.c,v 1.2
1 2023/03/30 14:23:50
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
@@
-161,6
+161,7
@@
BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
err:
BIO_pop(pop_bio);
BIO_free(asn_bio);
+
return NULL;
}