diff options
author | 2014-11-03 16:58:28 +0000 | |
---|---|---|
committer | 2014-11-03 16:58:28 +0000 | |
commit | 9533c7d156aa33e671188aaee3698a0599558b49 (patch) | |
tree | c265712a87ed4193fe065676c80ad8a2804de1fb /lib/libssl/src/crypto/comp/comp_err.c | |
parent | Convert the logic in yyerror(). Instead of creating a temporary (diff) | |
download | wireguard-openbsd-9533c7d156aa33e671188aaee3698a0599558b49.tar.xz wireguard-openbsd-9533c7d156aa33e671188aaee3698a0599558b49.zip |
minor cleanup of zlib code. DSO is gone. ok jsing.
Diffstat (limited to 'lib/libssl/src/crypto/comp/comp_err.c')
-rw-r--r-- | lib/libssl/src/crypto/comp/comp_err.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libssl/src/crypto/comp/comp_err.c b/lib/libssl/src/crypto/comp/comp_err.c index 1174df430fa..3f796d4069b 100644 --- a/lib/libssl/src/crypto/comp/comp_err.c +++ b/lib/libssl/src/crypto/comp/comp_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comp_err.c,v 1.8 2014/07/10 22:45:56 jsing Exp $ */ +/* $OpenBSD: comp_err.c,v 1.9 2014/11/03 16:58:28 tedu Exp $ */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. * @@ -53,11 +53,6 @@ * */ -/* NOTE: this file was auto generated by the mkerr.pl script: any changes - * made to it will be overwritten when the script next updates this file, - * only reason strings will be preserved. - */ - #include <stdio.h> #include <openssl/opensslconf.h> |