summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/crypto-selftests-pk.c4
-rw-r--r--lib/crypto-selftests.c12
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/crypto-selftests-pk.c b/lib/crypto-selftests-pk.c
index 64390686b4..1f29338302 100644
--- a/lib/crypto-selftests-pk.c
+++ b/lib/crypto-selftests-pk.c
@@ -654,7 +654,7 @@ cleanup:
}
#endif
-/**
+/*-
* gnutls_pk_self_test:
* @all: if non-zero then tests to all public key algorithms are performed.
* @pk: the algorithm to use
@@ -664,7 +664,7 @@ cleanup:
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_pk_self_test(unsigned all, gnutls_pk_algorithm_t pk)
{
int ret;
diff --git a/lib/crypto-selftests.c b/lib/crypto-selftests.c
index 60cce4f480..ddf15a4554 100644
--- a/lib/crypto-selftests.c
+++ b/lib/crypto-selftests.c
@@ -667,7 +667,7 @@ static int test_mac(gnutls_mac_algorithm_t mac,
if (all == 0 || ret < 0) \
return ret
-/**
+/*-
* gnutls_cipher_self_test:
* @all: if non-zero then tests to all ciphers are performed.
* @cipher: the encryption algorithm to use
@@ -678,7 +678,7 @@ static int test_mac(gnutls_mac_algorithm_t mac,
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_cipher_self_test(unsigned all, gnutls_cipher_algorithm_t cipher)
{
int ret;
@@ -710,7 +710,7 @@ int gnutls_cipher_self_test(unsigned all, gnutls_cipher_algorithm_t cipher)
return 0;
}
-/**
+/*-
* gnutls_mac_self_test:
* @all: if non-zero then tests to all ciphers are performed.
* @mac: the message authentication algorithm to use
@@ -720,7 +720,7 @@ int gnutls_cipher_self_test(unsigned all, gnutls_cipher_algorithm_t cipher)
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_mac_self_test(unsigned all, gnutls_mac_algorithm_t mac)
{
int ret;
@@ -745,7 +745,7 @@ int gnutls_mac_self_test(unsigned all, gnutls_mac_algorithm_t mac)
return 0;
}
-/**
+/*-
* gnutls_digest_self_test:
* @all: if non-zero then tests to all ciphers are performed.
* @digest: the digest algorithm to use
@@ -755,7 +755,7 @@ int gnutls_mac_self_test(unsigned all, gnutls_mac_algorithm_t mac)
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_digest_self_test(unsigned all, gnutls_digest_algorithm_t digest)
{
int ret;