artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70dc835
)
Suppress warning
author
inoguchi
<inoguchi@openbsd.org>
Tue, 11 Jan 2022 15:05:58 +0000
(15:05 +0000)
committer
inoguchi
<inoguchi@openbsd.org>
Tue, 11 Jan 2022 15:05:58 +0000
(15:05 +0000)
usr.bin/openssl/smime.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/smime.c
b/usr.bin/openssl/smime.c
index
0783eba
..
323bdc1
100644
(file)
--- a/
usr.bin/openssl/smime.c
+++ b/
usr.bin/openssl/smime.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: smime.c,v 1.1
3 2022/01/11 15:02:34
inoguchi Exp $ */
+/* $OpenBSD: smime.c,v 1.1
4 2022/01/11 15:05:58
inoguchi Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
@@
-144,6
+144,8
@@
get_cipher_by_name(char *name)
else if (!strcmp(name, "rc2-128"))
return EVP_rc2_cbc();
#endif
+ else
+ return NULL;
}
static int