diff options
author | Jack Lloyd <[email protected]> | 2017-09-24 11:11:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-24 11:11:10 -0400 |
commit | 8e70617d88b3f486d03f156f4800673bc4e14d06 (patch) | |
tree | 36271ed624966f583ae6529f460205bcfa1debb1 | |
parent | 92104e5e770da875565ce1b671fef5613cefe2c5 (diff) |
More build fixes
-rw-r--r-- | src/lib/pubkey/pubkey.cpp | 1 | ||||
-rw-r--r-- | src/lib/tls/info.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/pubkey/pubkey.cpp b/src/lib/pubkey/pubkey.cpp index b1bd4b824..d9b2cc8f6 100644 --- a/src/lib/pubkey/pubkey.cpp +++ b/src/lib/pubkey/pubkey.cpp @@ -10,6 +10,7 @@ #include <botan/bigint.h> #include <botan/pk_ops.h> #include <botan/internal/ct_utils.h> +#include <botan/rng.h> namespace Botan { diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt index a189f7978..68e560f2d 100644 --- a/src/lib/tls/info.txt +++ b/src/lib/tls/info.txt @@ -51,7 +51,8 @@ par_hash prf_tls rng rsa -sha1_sse2|sha1 +sha1 sha2_32 +sha2_64 x509 </requires> |