From: Simon Josefsson Date: Sat, 30 Oct 2004 01:20:13 +0000 (+0000) Subject: Remove MD_CTX (should never have been here). X-Git-Tag: gnutls_1_1_22~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7831da232cc6340d2f55b29f6ee315e448af7b4;p=thirdparty%2Fgnutls.git Remove MD_CTX (should never have been here). --- diff --git a/libextra/gnutls_openssl.c b/libextra/gnutls_openssl.c index afff45a3f3..38f062127c 100644 --- a/libextra/gnutls_openssl.c +++ b/libextra/gnutls_openssl.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2002 Andrew McDonald * Copyright (C) 2004 Free Software Foundation + * Copyright (c) 2002 Andrew McDonald * * GNUTLS-EXTRA is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -27,11 +27,6 @@ #include #include -struct MD_CTX -{ - gc_hash handle; -}; - /* WARNING: Error functions aren't currently thread-safe */ static int last_error = 0;