aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-01 14:34:07 +0000
committerlloyd <[email protected]>2010-10-01 14:34:07 +0000
commit91368dbb3b029e72aa68af9e0e87ef9259564e4a (patch)
treecbdeb7372bea729c396328ad1a00d60f678e99d2 /src/engine/openssl
parent2f1e2b6167ede7c37efd8800555633a4c79d82fe (diff)
Make names more consistent
Diffstat (limited to 'src/engine/openssl')
-rw-r--r--src/engine/openssl/info.txt4
-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