Move SSL macro checks from TF-PSA-Crypto to Mbed TLS
This commit moves macro checks specifically for Mbed TLS from
TF-PSA-Crypto to Mbed TLS where they more approriately belong.
Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h
index 8c2ad47..9f91861 100644
--- a/library/ssl_misc.h
+++ b/library/ssl_misc.h
@@ -20,6 +20,7 @@
#include "psa/crypto.h"
#include "psa_util_internal.h"
+extern const mbedtls_error_pair_t psa_to_ssl_errors[7];
#if defined(PSA_WANT_ALG_MD5)
#include "mbedtls/md5.h"