diff options
author | Bodo Möller <bodo@openssl.org> | 1999-09-21 16:03:20 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-09-21 16:03:20 +0200 |
commit | f4e723f3e779d81013f9f63b1fe2254f0f20aa6b (patch) | |
tree | 04b1b0906678e2ef7ebf264513d7738a5109285b | |
parent | Keep line lengths < 80 characters. (diff) | |
download | openssl-f4e723f3e779d81013f9f63b1fe2254f0f20aa6b.tar.xz openssl-f4e723f3e779d81013f9f63b1fe2254f0f20aa6b.zip |
typo
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | apps/speed.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |