]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove MD_CTX (should never have been here).
authorSimon Josefsson <simon@josefsson.org>
Sat, 30 Oct 2004 01:20:13 +0000 (01:20 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 30 Oct 2004 01:20:13 +0000 (01:20 +0000)
libextra/gnutls_openssl.c

index afff45a3f328bfff6ade925dd5873c45ac66e9e3..38f062127ca7341fb6f189795c44756ad9498b74 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2002 Andrew McDonald <andrew@mcdonald.org.uk>
  * Copyright (C) 2004 Free Software Foundation
+ * Copyright (c) 2002 Andrew McDonald <andrew@mcdonald.org.uk>
  *
  * 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
 #include <string.h>
 #include <gnutls/openssl.h>
 
-struct MD_CTX
-{
-  gc_hash handle;
-};
-
 /* WARNING: Error functions aren't currently thread-safe */
 
 static int last_error = 0;