projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41dccd6
)
Remove getenv(OPENSSL_FIPS) in openssl command
author
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Sat, 30 May 2020 07:57:29 +0000
(09:57 +0200)
committer
Bernd Edlinger
<bernd.edlinger@hotmail.de>
Mon, 1 Jun 2020 20:52:06 +0000
(22:52 +0200)
This is left over from the past.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11995)
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index 0a3c76e7f10ae49ac2cc833751cd5d88eb469137..83c384fbfe0fc763f89aafa4cba2ebe23b254715 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-261,11
+261,6
@@
int main(int argc, char *argv[])
setup_trace(getenv("OPENSSL_TRACE"));
#endif
- if (getenv("OPENSSL_FIPS")) {
- BIO_printf(bio_err, "FIPS mode not supported.\n");
- return 1;
- }
-
if (!apps_startup()) {
BIO_printf(bio_err,
"FATAL: Startup failure (dev note: apps_startup() failed)\n");