summaryrefslogtreecommitdiff
path: root/doc/scripts
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-04 12:04:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-04 12:04:34 +0200
commit7bcb28f514c0153c9a58484e40dfd5c6908ddd2e (patch)
tree001d87ab035e045373aafbd110a965f52b93432e /doc/scripts
parent9e345d269b20c349b197f81b0342bb2ce17caa4e (diff)
downloadgnutls-7bcb28f514c0153c9a58484e40dfd5c6908ddd2e.tar.gz
doc: updated makefiles to include new functions
Diffstat (limited to 'doc/scripts')
-rwxr-xr-xdoc/scripts/getfuncs-map.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/scripts/getfuncs-map.pl b/doc/scripts/getfuncs-map.pl
index 871ec4371c..769693670c 100755
--- a/doc/scripts/getfuncs-map.pl
+++ b/doc/scripts/getfuncs-map.pl
@@ -52,6 +52,11 @@ my %known_false_positives = (
# API functions that although documented as such, are simply
# macros that expand to another function.
my %known_false_negatives = (
+ 'gnutls_pkcs11_copy_x509_crt' => 1,
+ 'gnutls_pkcs11_copy_x509_privkey' => 1,
+ 'gnutls_pkcs11_privkey_generate' => 1,
+ 'gnutls_pkcs11_privkey_generate2' => 1,
+ 'gnutls_privkey_import_pkcs11_url' => 1,
'gnutls_transport_set_int' => 1,
);