typo
authorBodo Möller <bodo@openssl.org>
Tue, 21 Sep 1999 14:03:20 +0000 (14:03 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 21 Sep 1999 14:03:20 +0000 (14:03 +0000)
INSTALL
apps/speed.c

diff --git a/INSTALL b/INSTALL
index cf0dc05ac8c8b3a3c586d9afd9c30b6d637fc069..08bbcd12e2dcd50a25fd0f93831daad43db6ba85 100644 (file)
--- a/INSTALL
+++ b/INSTALL
        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 
index 2819212aac138e5723f2d637754f6381bd0b52e1..667037600d4f15ec4c862ed199a1a7a2cce7c6b5 100644 (file)
@@ -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