SM Ciphers: Reference the GitHub repository to get implementation

wolfsm is public and we can point people to repository.
This commit is contained in:
Sean Parkinson
2023-08-04 07:28:21 +10:00
parent 71f9162b99
commit e7ae80493b
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