diff options
author | Jack Lloyd <[email protected]> | 2018-02-07 10:53:02 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-07 10:53:02 -0500 |
commit | d4ef204878ed7c675c16531a482cd373b8fa8b0b (patch) | |
tree | 08646135b902f06fbe5085e4bfa625ea3c534c55 /src/lib/prov/pkcs11/info.txt | |
parent | 0d63e98483e304a385013a4568312ab94dff3822 (diff) |
Fix compliation problem in PKCS11
./configure.py --amal --mini --enable-modules=pkcs11
would fail to build because the guarded includes of pk_keys.h
ended up hiding the declaration entirely. This is really a bug in
how the amalgamation is generated but may be hard to fix in the
general case.
Diffstat (limited to 'src/lib/prov/pkcs11/info.txt')
-rw-r--r-- | src/lib/prov/pkcs11/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/prov/pkcs11/info.txt b/src/lib/prov/pkcs11/info.txt index b47fc6b29..730fd9ef6 100644 --- a/src/lib/prov/pkcs11/info.txt +++ b/src/lib/prov/pkcs11/info.txt @@ -5,6 +5,7 @@ PKCS11 -> 20160219 <requires> dyn_load rng +pubkey pk_pad </requires> |