]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added new functions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 30 Oct 2013 16:40:56 +0000 (17:40 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 30 Oct 2013 16:40:56 +0000 (17:40 +0100)
doc/Makefile.am
doc/manpages/Makefile.am

index 0304cf677e5f235b91504cf36eb908da536ca2de..54d285adf3da9b99eeda289054002a2800b22d6e 100644 (file)
@@ -1300,6 +1300,8 @@ FUNCS += functions/gnutls_pkcs11_token_get_info
 FUNCS += functions/gnutls_pkcs11_token_get_info.short
 FUNCS += functions/gnutls_pkcs11_token_get_mechanism
 FUNCS += functions/gnutls_pkcs11_token_get_mechanism.short
+FUNCS += functions/gnutls_pkcs11_token_get_random
+FUNCS += functions/gnutls_pkcs11_token_get_random.short
 FUNCS += functions/gnutls_pkcs11_token_get_url
 FUNCS += functions/gnutls_pkcs11_token_get_url.short
 FUNCS += functions/gnutls_pkcs11_token_init
index 6bd7f6199130874e31a957359eb40c0f1cbdfc7b..a728b4ae902e59c7b2cfc4afe7898949cf55bc55 100644 (file)
@@ -444,6 +444,7 @@ APIMANS += gnutls_pkcs11_set_token_function.3
 APIMANS += gnutls_pkcs11_token_get_flags.3
 APIMANS += gnutls_pkcs11_token_get_info.3
 APIMANS += gnutls_pkcs11_token_get_mechanism.3
+APIMANS += gnutls_pkcs11_token_get_random.3
 APIMANS += gnutls_pkcs11_token_get_url.3
 APIMANS += gnutls_pkcs11_token_init.3
 APIMANS += gnutls_pkcs11_token_set_pin.3