diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-10 08:51:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-10 08:51:16 +0000 |
commit | 3cf12f4fd325fb1a3203f943c2fb19bed7b9b704 (patch) | |
tree | d5e730712b82fc2fea200e8565430b0a2290eacf /lib/libssl/d1_enc.c | |
parent | 1c8cb17d239182a04a69b0164b66e830e15dc75e (diff) |
decompress libssl. ok beck jsing
Diffstat (limited to 'lib/libssl/d1_enc.c')
-rw-r--r-- | lib/libssl/d1_enc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libssl/d1_enc.c b/lib/libssl/d1_enc.c index 104f233937d..fe8df15a94b 100644 --- a/lib/libssl/d1_enc.c +++ b/lib/libssl/d1_enc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_enc.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */ +/* $OpenBSD: d1_enc.c,v 1.6 2014/07/10 08:51:14 tedu Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -115,9 +115,6 @@ #include <stdio.h> #include "ssl_locl.h" -#ifndef OPENSSL_NO_COMP -#include <openssl/comp.h> -#endif #include <openssl/evp.h> #include <openssl/hmac.h> #include <openssl/md5.h> |