mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Merge pull request #6671 from SparkiDev/sm_impl_redirect
SM Ciphers: Reference the GitHub repository to get implementation
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM2
|
#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
|
#endif
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM3
|
#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
|
#endif
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM3
|
#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
|
#endif
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM4
|
#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
|
#endif
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM2
|
#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
|
#endif
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM3
|
#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
|
#endif
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SM4
|
#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
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user