artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4372e
)
whitespace fix
author
tb
<tb@openbsd.org>
Sun, 19 Aug 2018 20:17:20 +0000
(20:17 +0000)
committer
tb
<tb@openbsd.org>
Sun, 19 Aug 2018 20:17:20 +0000
(20:17 +0000)
lib/libcrypto/rsa/rsa_oaep.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/rsa/rsa_oaep.c
b/lib/libcrypto/rsa/rsa_oaep.c
index
5552058
..
c463a88
100644
(file)
--- a/
lib/libcrypto/rsa/rsa_oaep.c
+++ b/
lib/libcrypto/rsa/rsa_oaep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rsa_oaep.c,v 1.2
8 2018/08/19 20:15:3
0 tb Exp $ */
+/* $OpenBSD: rsa_oaep.c,v 1.2
9 2018/08/19 20:17:2
0 tb Exp $ */
/* Written by Ulf Moeller. This software is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. */
@@
-223,7
+223,7
@@
PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed,
}
}
rv = 0;
-err:
+
err:
EVP_MD_CTX_cleanup(&c);
return rv;
}