akmalsabri / engine-cuda

Automatically exported from code.google.com/p/engine-cuda
GNU General Public License v3.0
0 stars 0 forks source link

openssl patch typo.... #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the "Usage & Testing Example" page, the patch command lines seem to be 
wrong.  Without the -R I get errors.  The second patch file name is wrong too.  
The following seem to be working:

  % patch -R ./openssl-0.9.8k/apps/speed.c ./engine-cudamrg/openssl-patch/openssl-0.9.8.k-apps_speed.c.patch
  % patch -R ./openssl-0.9.8k/crypto/evp/bio_enc.c ./engine-cudamrg/openssl-patch/openssl-0.9.8.k-crypto_evp_bio_enc.c.patch

-- Amal

Original issue reported on code.google.com by Amal.Kha...@gmail.com on 5 Apr 2013 at 4:03