diff options
Diffstat (limited to 'src/test/test_crypto_openssl.c')
-rw-r--r-- | src/test/test_crypto_openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_crypto_openssl.c b/src/test/test_crypto_openssl.c index cc817ad702..a01de18a6e 100644 --- a/src/test/test_crypto_openssl.c +++ b/src/test/test_crypto_openssl.c @@ -9,7 +9,7 @@ #include "lib/crypt_ops/crypto_rand.h" #include "common/util.h" -#include "common/util_format.h" +#include "lib/encoding/binascii.h" #include "common/compat.h" #include "test/test.h" |