summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-30 01:20:13 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-30 01:20:13 +0000
commitd7831da232cc6340d2f55b29f6ee315e448af7b4 (patch)
tree24eadc9810b21e56fb02b93b187b1f00ccbae3a3
parent0f3f09331310ad9f33db3bc1a66e519107c85ec9 (diff)
downloadgnutls-d7831da232cc6340d2f55b29f6ee315e448af7b4.tar.gz
Remove MD_CTX (should never have been here).
-rw-r--r--libextra/gnutls_openssl.c7
1 files changed, 1 insertions, 6 deletions
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 <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
@@ -27,11 +27,6 @@
#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;