Move more general parts of internal/cryptlib.h to new internal/common.h
[openssl.git] / apps / openssl.c
index f347d64417baf53dcd642275f02895041ab65e1a..d61acbbc5472d69485b9b075a60a96621bbb7c82 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "internal/cryptlib.h"
+#include "internal/common.h"
 #include <openssl/bio.h>
 #include <openssl/crypto.h>
 #include <openssl/trace.h>