Browse Source

[master] Disabled Botan deprecated warnings in initialization code

Francis Dupont 8 years ago
parent
commit
b6ecbdf9d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/cryptolink/botan_link.cc

+ 2 - 0
src/lib/cryptolink/botan_link.cc

@@ -8,6 +8,8 @@
 #include <cryptolink/crypto_hash.h>
 #include <cryptolink/crypto_hmac.h>
 
+#define BOTAN_NO_DEPRECATED_WARNINGS
+
 #include <botan/botan.h>
 #include <botan/init.h>