Move more general parts of internal/cryptlib.h to new internal/common.h
[openssl.git] / apps / include / apps.h
index 7d9b64a3c6df32094a6f86d34f54ffc2c826367e..f95238ae1b984d9f1743ae8923658ed4168267e3 100644 (file)
@@ -11,7 +11,7 @@
 # define OSSL_APPS_H
 
 # include "e_os.h" /* struct timeval for DTLS */
-# include "internal/cryptlib.h" /* for HAS_PREFIX */
+# include "internal/common.h" /* for HAS_PREFIX */
 # include "internal/nelem.h"
 # include "internal/sockets.h" /* for openssl_fdset() */
 # include <assert.h>