aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/openssl/info.txt
blob: dafbea45b17c8ffcb899cde4e5bf60f0fc305ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
define ENGINE_OPENSSL

load_on request

<libs>
all -> crypto
</libs>

<header:internal>
openssl_engine.h
bn_wrap.h
</header:internal>

<source>
bn_powm.cpp
bn_wrap.cpp
ossl_arc4.cpp
ossl_bc.cpp
ossl_md.cpp
ossl_pk.cpp
</source>

<requires>
bigint
</requires>