From e71ac27212dd4ab711e946f31ab476b6e9efe3ce Mon Sep 17 00:00:00 2001 From: Conner Date: Thu, 18 May 2017 09:08:34 -0600 Subject: [PATCH] Changed --enable-3des to --enable--des3 in README --- crypto/3des/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/3des/README b/crypto/3des/README index af31826c..a8a60bd1 100644 --- a/crypto/3des/README +++ b/crypto/3des/README @@ -1,11 +1,10 @@ How to use 3des-file-encrypt.c -1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-3des, run +1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-des3, run 'make', and then install by typing 'sudo make install'. b. In the crypto/3des directory run the Makefile by typing 'make'. 2) Make a file to encode. Can be any file (ex. .txt .in .out .file etc.) 3) run the excecutable, for help run with -h flag. Basic command is as follows: - ./3des-file-encrypt <-option> KeySize examples: 56, 112, or 168