]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
actually grab polarssl version number, thanks Morten Stevens
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 22 Nov 2013 08:48:57 +0000 (09:48 +0100)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 22 Nov 2013 08:48:57 +0000 (09:48 +0100)
pdns/polarrsakeyinfra.cc

index 9447e890afe5817109616e70816ccd38c87553f6..86a8391a3f0b35e6ad10e9b0ff9e7f65707e37a5 100644 (file)
@@ -2,6 +2,7 @@
 #include <polarssl/base64.h>
 #include <polarssl/entropy.h>
 #include <polarssl/ctr_drbg.h>
+#include <polarssl/version.h>
 #if POLARSSL_VERSION_NUMBER >= 0x01030000
   #include <polarssl/sha1.h>
   #include <polarssl/sha256.h>