diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-11-10 12:59:39 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-11-11 10:39:14 +0100 |
commit | 23189c6d98f853370d66c9124bec42f8f673187d (patch) | |
tree | c3a80066c0386272a2f005ad32aa267a0dcf37cf /lib/includes/gnutls | |
parent | e6a8a445600ce142ab4f9b1143d88188c64fd8df (diff) | |
download | gnutls-23189c6d98f853370d66c9124bec42f8f673187d.tar.gz |
dropped unused copy_func
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r-- | lib/includes/gnutls/abstract.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h index 48ac9a793b..47ec1e86b3 100644 --- a/lib/includes/gnutls/abstract.h +++ b/lib/includes/gnutls/abstract.h @@ -68,9 +68,6 @@ typedef int (*gnutls_privkey_decrypt_func) (gnutls_privkey_t key, typedef void (*gnutls_privkey_deinit_func) (gnutls_privkey_t key, void *userdata); -/* returns a copy of userdata. Returns zero on success. */ -typedef int (*gnutls_privkey_copy_func) (gnutls_privkey_t key, void *userdata); - /* returns the public key algorithm associated with userdata */ typedef gnutls_pk_algorithm_t (*gnutls_privkey_pk_func) (gnutls_privkey_t key, void *userdata); @@ -358,7 +355,6 @@ gnutls_privkey_import_ext3(gnutls_privkey_t pkey, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, gnutls_privkey_pk_func pk_func, - gnutls_privkey_copy_func copy_func, unsigned int flags); int gnutls_privkey_import_dsa_raw(gnutls_privkey_t key, |