blob: 2f6cfd6e02b0a5c5698979b683cb40e817c2c160 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/openssl/hmac.c
+++ src/openssl/hmac.c
@@ -24,6 +24,7 @@
#include <openssl/hmac.h>
+#include <xmlsec/base64.h>
#include <xmlsec/xmlsec.h>
#include <xmlsec/xmltree.h>
#include <xmlsec/keys.h>
|