From 0d5eb5f21e788f2b5fdae7ee431234b7bcfadc21 Mon Sep 17 00:00:00 2001 From: Gorachya <38173958+Gorachya@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:42:16 +0800 Subject: [PATCH] Add files via upload --- include/gmssl/sm9.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/gmssl/sm9.h b/include/gmssl/sm9.h index c4060ce2..3c808e52 100644 --- a/include/gmssl/sm9.h +++ b/include/gmssl/sm9.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2023 The GmLLS Project. All Rights Reserved. + * Copyright 2014-2023 The GmSSL Project. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. @@ -12,12 +12,12 @@ #include #include #include -#include -#include +#include +#include -#ifndef GMLLS_SM9_H -#define GMLLS_SM9_H +#ifndef GMSSL_SM9_H +#define GMSSL_SM9_H #ifdef __cplusplus extern "C" {