Adapt i2d_PUBKEY for provider only keys
[oweals/openssl.git] / crypto / bn / bn_srp.c
index d722f59eb7d6a0cf2da065a71d35f773e472117b..34e11ce7741fbe2acf2316a9dab4bbf2d0b58e45 100644 (file)
@@ -7,13 +7,13 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "bn_lcl.h"
+#include "bn_local.h"
 #include "internal/nelem.h"
 
 #ifndef OPENSSL_NO_SRP
 
 #include <openssl/srp.h>
-#include "internal/bn_srp.h"
+#include "crypto/bn_srp.h"
 
 # if (BN_BYTES == 8)
 #  if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__)