RSA: Add rsa_schemes.c, to store scheme data and translator functions
[openssl.git] / ssl / d1_msg.c
index 0dc83614a682e9a2ec0913bbda90e2374cc09c3d..96741efd7cea787f68edebbf14ba81a0ebb9db31 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "ssl_locl.h"
+#include "ssl_local.h"
 
 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len,
                                size_t *written)