Fix deprecated docs for PKCS1

This commit is contained in:
Andres Amaya Garcia 2019-01-15 19:07:43 +00:00 committed by Manuel Pégourié-Gonnard
parent 0d6e108b13
commit 99fc3876ed
3 changed files with 18 additions and 22 deletions

View file

@ -776,9 +776,9 @@
#if defined(MBEDTLS_PKCS11_C)
#if defined(MBEDTLS_DEPRECATED_REMOVED)
#error "MBEDTLS_PKCS11_C is deprecated and will likely be removed in a future version of Mbed TLS"
#error "MBEDTLS_PKCS11_C is deprecated and will be removed in a future version of Mbed TLS"
#elif defined(MBEDTLS_DEPRECATED_WARNING)
#warning "MBEDTLS_PKCS11_C is deprecated and will likely be removed in a future version of Mbed TLS"
#warning "MBEDTLS_PKCS11_C is deprecated and will be removed in a future version of Mbed TLS"
#endif
#endif /* MBEDTLS_PKCS11_C */