diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/openssl/info.txt | 4 | ||||
-rw-r--r-- | src/engine/openssl/ossl_arc4.cpp (renamed from src/engine/openssl/arc4_openssl.cpp) | 0 | ||||
-rw-r--r-- | src/engine/openssl/ossl_pk.cpp (renamed from src/engine/openssl/openssl_pk.cpp) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/openssl/info.txt b/src/engine/openssl/info.txt index 38322bfff..dafbea45b 100644 --- a/src/engine/openssl/info.txt +++ b/src/engine/openssl/info.txt @@ -12,12 +12,12 @@ bn_wrap.h </header:internal> <source> -arc4_openssl.cpp bn_powm.cpp bn_wrap.cpp +ossl_arc4.cpp ossl_bc.cpp ossl_md.cpp -openssl_pk.cpp +ossl_pk.cpp </source> <requires> diff --git a/src/engine/openssl/arc4_openssl.cpp b/src/engine/openssl/ossl_arc4.cpp index d76bce349..d76bce349 100644 --- a/src/engine/openssl/arc4_openssl.cpp +++ b/src/engine/openssl/ossl_arc4.cpp diff --git a/src/engine/openssl/openssl_pk.cpp b/src/engine/openssl/ossl_pk.cpp index 38bcaf260..38bcaf260 100644 --- a/src/engine/openssl/openssl_pk.cpp +++ b/src/engine/openssl/ossl_pk.cpp |