diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-21 16:50:50 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-21 16:50:50 +0000 |
commit | 7e2b0abcb0da22d9a6e85ef49a5122f7ea0f255a (patch) | |
tree | afebd008c5089eecff46d739b7e3087ca476621e /includes | |
parent | 7fe66c23a03d5d4ecf983f22cbffa2c540a75162 (diff) | |
download | gnutls-7e2b0abcb0da22d9a6e85ef49a5122f7ea0f255a.tar.gz |
minor cleanups.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/openssl.h b/includes/gnutls/openssl.h index e9703c9785..7273d63ae0 100644 --- a/includes/gnutls/openssl.h +++ b/includes/gnutls/openssl.h @@ -134,7 +134,7 @@ typedef struct _SSL typedef struct { - GCRY_MD_HD handle; + gcry_md_hd_t handle; } MD_CTX; struct RSA; |