提交 f4e723f3 编写于 作者: B Bodo Möller

typo

上级 96c2201b
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
private Initially empty, this is the default location private Initially empty, this is the default location
for private key files. for private key files.
If you didn't chose a different installation prefix, the If you didn't choose a different installation prefix, the
following additional subdirectories will be created: following additional subdirectories will be created:
bin Contains the openssl binary and a few other bin Contains the openssl binary and a few other
......
...@@ -422,7 +422,7 @@ int MAIN(int argc, char **argv) ...@@ -422,7 +422,7 @@ int MAIN(int argc, char **argv)
if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1; if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1;
else else
#endif #endif
#ifndef NO_DEF #ifndef NO_DES
if (strcmp(*argv,"des-cbc") == 0) doit[D_CBC_DES]=1; if (strcmp(*argv,"des-cbc") == 0) doit[D_CBC_DES]=1;
else if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1; else if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1;
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册