File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2129,7 +2129,7 @@ int mbedtls_ssl_conf_psk( mbedtls_ssl_config *conf,
2129
2129
* \param psk The identifier of the key slot holding the PSK.
2130
2130
* Until \p conf is destroyed or this function is successfully
2131
2131
* 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
2133
2133
* allows its use for the key derivation algorithm applied
2134
2134
* in the handshake.
2135
2135
* \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,
2176
2176
* \param psk The identifier of the key slot holding the PSK.
2177
2177
* For the duration of the current handshake, the key slot
2178
2178
* 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
2180
2180
* use for the key derivation algorithm
2181
2181
* applied in the handshake.
2182
2182
*
You can’t perform that action at this time.
0 commit comments