diff options
author | lloyd <[email protected]> | 2008-11-23 21:15:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-23 21:15:58 +0000 |
commit | dfd6e089a95f2c7a7179b366afbbbebf3fedc576 (patch) | |
tree | 597ac3e75bb27975de1ef0f7d0c7068b95bae647 /src | |
parent | 20422bb5f37b03c45727e26c9505767716bc671b (diff) |
Remove openssl/gnump engine dep on libstate, no longer a dep
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/gnump/info.txt | 4 | ||||
-rw-r--r-- | src/engine/openssl/info.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/engine/gnump/info.txt b/src/engine/gnump/info.txt index 33fa720f5..84c286bc8 100644 --- a/src/engine/gnump/info.txt +++ b/src/engine/gnump/info.txt @@ -8,10 +8,6 @@ load_on request all -> gmp </libs> -<requires> -libstate -</requires> - <add> eng_gmp.h gmp_dh.cpp diff --git a/src/engine/openssl/info.txt b/src/engine/openssl/info.txt index 1d8ff7fce..67afcab74 100644 --- a/src/engine/openssl/info.txt +++ b/src/engine/openssl/info.txt @@ -8,10 +8,6 @@ load_on request all -> crypto </libs> -<requires> -libstate -</requires> - <add> arc4_openssl.cpp bn_powm.cpp |