diff options
author | 2014-07-10 08:51:14 +0000 | |
---|---|---|
committer | 2014-07-10 08:51:14 +0000 | |
commit | e5b4af747f5eb5810e840840dad3514ee2b3487a (patch) | |
tree | 374e3749f80c814a3006a01c399a0b2166f56ab8 /lib/libssl/d1_enc.c | |
parent | Align octhci(4) with the other HC drivers and add it as a commented entry (diff) | |
download | wireguard-openbsd-e5b4af747f5eb5810e840840dad3514ee2b3487a.tar.xz wireguard-openbsd-e5b4af747f5eb5810e840840dad3514ee2b3487a.zip |
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> |