Add pkcs7 and des apps to "make all".
authorUlf Möller <ulf@openssl.org>
Fri, 13 Aug 1999 19:21:53 +0000 (19:21 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 13 Aug 1999 19:21:53 +0000 (19:21 +0000)
Configure
crypto/des/Makefile.ssl
crypto/des/des.c
crypto/pkcs12/Makefile.ssl
crypto/pkcs7/Makefile.ssl

index 1c37668f3b19342b44041dd0e411d1bef58a35cc..401b895944a18770a628edc1f3da5ef441b0aa79 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -98,6 +98,7 @@ my %table=(
 "debug-ben-strict",    "gcc:-DBN_DEBUG -DREF_CHECK -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe::(unknown):::::",
 "debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
 "debug-bodo",  "gcc:-DBIO_PAIR_DEBUG -DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -g -m486 -Wall::-D_REENTRANT::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
+"debug-ulf",   "gcc:-DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -Wall  -pedantic -Wall -Wshadow -pipe::-D_REENTRANT::$x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
 "dist",                "cc:-O::(unknown):::::",
 
 # Basic configs that should work on any box
index 789063b3c142217ee4b030bc9ae375937cda0e0c..e9c94406e2ace2bb1691f124d2ab39217622bcc2 100644 (file)
@@ -53,7 +53,7 @@ ALL=    $(GENERAL) $(SRC) $(HEADER)
 top:
        (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
 
-all:   lib
+all:   lib des
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
index b2d7f0da78334d3b026f9ba74bf0044dfffb4af7..206e3777a78c994f0c376b75e4d2e6d3b449aef3 100644 (file)
@@ -336,7 +336,7 @@ void usage(void)
 "             in conjunction with -[eEdD].",
 "-C[ckname] : generate a cbc_cksum as for -c but compatible with -[ED].",
 "-k key     : use key 'key'",
-"-h         : the key that is entered will be a hexidecimal number",
+"-h         : the key that is entered will be a hexadecimal number",
 "             that is used directly as the des key",
 "-u[uuname] : input file is uudecoded if -[dD] or output uuencoded data if -[eE]",
 "             (uuname is the filename to put in the uuencode header).",
index ebffab657ce03a236b49b3c575f17e58b5bb81b5..7b3e9fd2485857db807b9f70c0f7daafa4bbeb75 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/asn1/Makefile
+# SSLeay/crypto/pkcs12/Makefile
 #
 
 DIR=   pkcs12
index 436442a7a1f0dc7d980a6488f61994ddb9e07025..f6632b3b210e5bdbbc9a23a38f599abec05145b8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/asn1/Makefile
+# SSLeay/crypto/pkcs7/Makefile
 #
 
 DIR=   pkcs7
@@ -37,7 +37,7 @@ top:
 
 test:
 
-all:   lib
+all:   lib testapps
 
 testapps: enc dec sign verify