2008-05-08 19:28:32 +00:00
|
|
|
Index: gnutls-2.2.3/libextra/gnutls_extra.c
|
|
|
|
===================================================================
|
|
|
|
--- gnutls-2.2.3.orig/libextra/gnutls_extra.c 2008-05-08 21:18:29.000000000 +0200
|
|
|
|
+++ gnutls-2.2.3/libextra/gnutls_extra.c 2008-05-08 21:18:29.000000000 +0200
|
|
|
|
@@ -137,6 +137,7 @@
|
2007-09-09 14:07:57 +00:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef ENABLE_OPENPGP
|
|
|
|
/* Register the openpgp functions. This is because some
|
|
|
|
* of them are defined to be NULL in the main library.
|
|
|
|
*/
|
2008-05-08 19:28:32 +00:00
|
|
|
@@ -152,6 +153,7 @@
|
|
|
|
gnutls_openpgp_crt_deinit,
|
|
|
|
gnutls_openpgp_keyring_deinit,
|
2007-09-09 14:07:57 +00:00
|
|
|
gnutls_openpgp_privkey_deinit);
|
2008-05-08 19:28:32 +00:00
|
|
|
+#endif
|
2007-09-09 14:07:57 +00:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|