Merge pull request #6671 from SparkiDev/sm_impl_redirect

SM Ciphers: Reference the GitHub repository to get implementation
This commit is contained in:
JacobBarthelmeh 2023-08-03 16:41:46 -06:00 committed by GitHub
commit 83de744dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#ifdef WOLFSSL_SM2
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif

View File

@ -7,7 +7,7 @@
#ifdef WOLFSSL_SM3
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif

View File

@ -7,7 +7,7 @@
#ifdef WOLFSSL_SM3
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif

View File

@ -7,7 +7,7 @@
#ifdef WOLFSSL_SM4
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif

View File

@ -1,7 +1,7 @@
#ifdef WOLFSSL_SM2
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif

View File

@ -1,7 +1,7 @@
#ifdef WOLFSSL_SM3
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif

View File

@ -1,7 +1,7 @@
#ifdef WOLFSSL_SM4
#error "Contact wolfSSL to get the implementation of this file"
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif