Move more general parts of internal/cryptlib.h to new internal/common.h
[openssl.git] / crypto / punycode.c
index 4c534db0e119e51fca804f7f812bd055e96402eb..f6d7ff7960e25b67e1377187ecf061fca19f4fa1 100644 (file)
@@ -11,7 +11,7 @@
 #include <stdio.h>
 #include <openssl/e_os2.h>
 #include "crypto/punycode.h"
-#include "internal/cryptlib.h" /* for HAS_PREFIX */
+#include "internal/common.h" /* for HAS_PREFIX */
 
 static const unsigned int base = 36;
 static const unsigned int tmin = 1;