From e7ae80493bd345e66dec1516fe4e10966049c5c1 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Fri, 4 Aug 2023 07:28:21 +1000 Subject: [PATCH] SM Ciphers: Reference the GitHub repository to get implementation wolfsm is public and we can point people to repository. --- wolfcrypt/src/sm2.c | 2 +- wolfcrypt/src/sm3.c | 2 +- wolfcrypt/src/sm3_asm.S | 2 +- wolfcrypt/src/sm4.c | 2 +- wolfssl/wolfcrypt/sm2.h | 2 +- wolfssl/wolfcrypt/sm3.h | 2 +- wolfssl/wolfcrypt/sm4.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wolfcrypt/src/sm2.c b/wolfcrypt/src/sm2.c index e16c5c5b1..ffdb8de7e 100644 --- a/wolfcrypt/src/sm2.c +++ b/wolfcrypt/src/sm2.c @@ -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 diff --git a/wolfcrypt/src/sm3.c b/wolfcrypt/src/sm3.c index 60adc9dd2..ab6324225 100644 --- a/wolfcrypt/src/sm3.c +++ b/wolfcrypt/src/sm3.c @@ -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 diff --git a/wolfcrypt/src/sm3_asm.S b/wolfcrypt/src/sm3_asm.S index 60adc9dd2..ab6324225 100644 --- a/wolfcrypt/src/sm3_asm.S +++ b/wolfcrypt/src/sm3_asm.S @@ -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 diff --git a/wolfcrypt/src/sm4.c b/wolfcrypt/src/sm4.c index 51ade6283..d3da2b9df 100644 --- a/wolfcrypt/src/sm4.c +++ b/wolfcrypt/src/sm4.c @@ -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 diff --git a/wolfssl/wolfcrypt/sm2.h b/wolfssl/wolfcrypt/sm2.h index ed0fe231c..9176c8651 100644 --- a/wolfssl/wolfcrypt/sm2.h +++ b/wolfssl/wolfcrypt/sm2.h @@ -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 diff --git a/wolfssl/wolfcrypt/sm3.h b/wolfssl/wolfcrypt/sm3.h index d4bbe8f2b..43895a030 100644 --- a/wolfssl/wolfcrypt/sm3.h +++ b/wolfssl/wolfcrypt/sm3.h @@ -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 diff --git a/wolfssl/wolfcrypt/sm4.h b/wolfssl/wolfcrypt/sm4.h index cb6e78168..73220752e 100644 --- a/wolfssl/wolfcrypt/sm4.h +++ b/wolfssl/wolfcrypt/sm4.h @@ -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