From: Simon Josefsson Date: Thu, 17 Apr 2008 12:24:10 +0000 (+0200) Subject: Fix gtk-doc warning about duplicate RSA namespace. X-Git-Tag: gnutls_2_3_6~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc7e90762ebb368d2d103c025276f50fa1ef0722;p=thirdparty%2Fgnutls.git Fix gtk-doc warning about duplicate RSA namespace. --- diff --git a/includes/gnutls/openssl.h b/includes/gnutls/openssl.h index 7cf77eb72f..b76771a4cd 100644 --- a/includes/gnutls/openssl.h +++ b/includes/gnutls/openssl.h @@ -173,8 +173,8 @@ extern "C" void *handle; } MD_CTX; - struct RSA; - typedef struct RSA RSA; + struct rsa_st; + typedef struct rsa_st RSA; #define MD5_CTX MD_CTX #define RIPEMD160_CTX MD_CTX