Merge pull request #6671 from SparkiDev/sm_impl_redirect
SM Ciphers: Reference the GitHub repository to get implementation
This commit is contained in:
commit
83de744dcf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user