diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-10 15:54:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-10 15:55:30 +0200 |
commit | 4891854461d58c79c0b5a1901c0acfcf30460f1f (patch) | |
tree | dfc0cc91fcd0f266bd07d513618efab9926f2790 /lib/crypto-selftests-pk.c | |
parent | 3f31ce86cf75dfc712d4d73c8bb058726a8bfcb3 (diff) | |
download | gnutls-4891854461d58c79c0b5a1901c0acfcf30460f1f.tar.gz |
mark functions that are only available under FIPS140 mode
Diffstat (limited to 'lib/crypto-selftests-pk.c')
-rw-r--r-- | lib/crypto-selftests-pk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto-selftests-pk.c b/lib/crypto-selftests-pk.c index 762a6688c9..64390686b4 100644 --- a/lib/crypto-selftests-pk.c +++ b/lib/crypto-selftests-pk.c @@ -663,7 +663,7 @@ cleanup: * * Returns: Zero or a negative error code on error. * - * Since: 3.3.0 + * Since: 3.3.0-FIPS140 **/ int gnutls_pk_self_test(unsigned all, gnutls_pk_algorithm_t pk) { |