summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-21 14:03:20 +0000
committerBodo Möller <bodo@openssl.org>1999-09-21 14:03:20 +0000
commitf4e723f3e779d81013f9f63b1fe2254f0f20aa6b (patch)
tree04b1b0906678e2ef7ebf264513d7738a5109285b
parent96c2201bef2160baac29dda5e1c295469f346e2f (diff)
typo
-rw-r--r--INSTALL2
-rw-r--r--apps/speed.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cf0dc05ac8..08bbcd12e2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -147,7 +147,7 @@
private Initially empty, this is the default location
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:
bin Contains the openssl binary and a few other
diff --git a/apps/speed.c b/apps/speed.c
index 2819212aac..667037600d 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -422,7 +422,7 @@ int MAIN(int argc, char **argv)
if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1;
else
#endif
-#ifndef NO_DEF
+#ifndef NO_DES
if (strcmp(*argv,"des-cbc") == 0) doit[D_CBC_DES]=1;
else if (strcmp(*argv,"des-ede3") == 0) doit[D_EDE3_DES]=1;
else