]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/bn_srp.c
Use "" not <> for internal/ includes
[thirdparty/openssl.git] / crypto / bn / bn_srp.c
index 58b1691eee7796517f694ccb207286e18255fd9e..a68a4ac49f9678c84736f83cb2a96534e87cfc1e 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef OPENSSL_NO_SRP
 
 #include <openssl/srp.h>
-#include <internal/bn_srp.h>
+#include "internal/bn_srp.h"
 
 # if (BN_BYTES == 8)
 #  if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)