Reorganize local header files
[openssl.git] / providers / common / ciphers / cipher_gcm.c
index b5c79daee747f57c41030be10347aa28b8c89e72..137ad5029c53daf402598172651744351615ac0e 100644 (file)
@@ -9,10 +9,10 @@
 
 /* Dispatch functions for gcm mode */
 
-#include "cipher_locl.h"
+#include "cipher_local.h"
 #include "internal/ciphers/cipher_gcm.h"
 #include "internal/providercommonerr.h"
-#include "internal/rand_int.h"
+#include "crypto/rand.h"
 #include "internal/provider_ctx.h"
 
 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len);