Avoid including cryptlib.h, it's not really needed.
[openssl.git] / ssl / s2_clnt.c
index 62e83afb3534c20f55e368307db444cdbcc45441..da88460259fb20d9d2c11bc62132cf9d3a7873f0 100644 (file)
 #include <openssl/buffer.h>
 #include <openssl/objects.h>
 #include <openssl/evp.h>
-#include "cryptlib.h"
 
 static SSL_METHOD *ssl2_get_client_method(int ver);
 static int get_server_finished(SSL *s);