]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added documentation for most of the new functions.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 16 May 2010 08:56:13 +0000 (10:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jun 2010 17:52:31 +0000 (19:52 +0200)
lib/includes/gnutls/privkey.h
lib/pkcs11_int.h

index 1f37325214112b798bdf7287561d2ba40dc1fad2..c6cdef5224b5440430efe662b1826171c532b4bd 100644 (file)
@@ -13,7 +13,7 @@ typedef struct gnutls_privkey_st* gnutls_privkey_t;
 int gnutls_privkey_init (gnutls_privkey_t * key);
 void gnutls_privkey_deinit (gnutls_privkey_t key);
 int gnutls_privkey_get_pk_algorithm (gnutls_privkey_t key, unsigned int* bits);
-int gnutls_privkey_get_type (gnutls_privkey_t key);
+gnutls_privkey_type_t gnutls_privkey_get_type (gnutls_privkey_t key);
 
 #define GNUTLS_PRIVKEY_IMPORT_AUTO_RELEASE 1
 int gnutls_privkey_import_pkcs11 (gnutls_privkey_t pkey, gnutls_pkcs11_privkey_t key, unsigned int flags);
index 7b8c120e9d7942df44e19346c06c01f2b19987fe..d8d39455b314105cbd7707dffc57bbebaac06cfb 100644 (file)
@@ -59,5 +59,4 @@ extern void* token_data;
 void pkcs11_rescan_slots(void);
 int pkcs11_info_to_url(const struct pkcs11_url_info* info, char** url);
 
-
 #endif