summaryrefslogtreecommitdiffstats
path: root/ssl/s2_srvr.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-12-27 17:10:30 +0100
committerRichard Levitte <levitte@openssl.org>2003-12-27 17:10:30 +0100
commit5fdf06666c863cd62d53173d1d2011cdec71200c (patch)
tree91089069d0faf50954ba132a607aca809b32cad4 /ssl/s2_srvr.c
parentOnly use environment variables if uid and gid are the same as euid and egid. (diff)
downloadopenssl-5fdf06666c863cd62d53173d1d2011cdec71200c.tar.xz
openssl-5fdf06666c863cd62d53173d1d2011cdec71200c.zip
Avoid including cryptlib.h, it's not really needed.
Check if IDEA is being built or not. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
Diffstat (limited to 'ssl/s2_srvr.c')
-rw-r--r--ssl/s2_srvr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/s2_srvr.c b/ssl/s2_srvr.c
index 62859a2d95..5da2a54af3 100644
--- a/ssl/s2_srvr.c
+++ b/ssl/s2_srvr.c
@@ -116,7 +116,6 @@
#include <openssl/rand.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
-#include "cryptlib.h"
static SSL_METHOD *ssl2_get_server_method(int ver);
static int get_client_master_key(SSL *s);