]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix gtk-doc warning about duplicate RSA namespace.
authorSimon Josefsson <simon@josefsson.org>
Thu, 17 Apr 2008 12:24:10 +0000 (14:24 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 17 Apr 2008 12:24:10 +0000 (14:24 +0200)
includes/gnutls/openssl.h

index 7cf77eb72f8258f98a9e1ce5c589ebf382f0051f..b76771a4cd79a9c541e710778d7c4e4cad5e92bb 100644 (file)
@@ -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