Skip to content

Commit 54c139f

Browse files
committed
Remove unnecessary "#" sign from PSA macros
1 parent f410a5c commit 54c139f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mbedtls/ssl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ int mbedtls_ssl_conf_psk( mbedtls_ssl_config *conf,
21292129
* \param psk The identifier of the key slot holding the PSK.
21302130
* Until \p conf is destroyed or this function is successfully
21312131
* called again, the key slot \p psk must be populated with a
2132-
* key of type #PSA_ALG_CATEGORY_KEY_DERIVATION whose policy
2132+
* key of type PSA_ALG_CATEGORY_KEY_DERIVATION whose policy
21332133
* allows its use for the key derivation algorithm applied
21342134
* in the handshake.
21352135
* \param psk_identity The pointer to the pre-shared key identity.
@@ -2176,7 +2176,7 @@ int mbedtls_ssl_set_hs_psk( mbedtls_ssl_context *ssl,
21762176
* \param psk The identifier of the key slot holding the PSK.
21772177
* For the duration of the current handshake, the key slot
21782178
* must be populated with a key of type
2179-
* #PSA_ALG_CATEGORY_KEY_DERIVATION whose policy allows its
2179+
* PSA_ALG_CATEGORY_KEY_DERIVATION whose policy allows its
21802180
* use for the key derivation algorithm
21812181
* applied in the handshake.
21822182
*

0 commit comments

Comments
 (0)