gateway2/Tongsuo-8.4.0/providers/common/der/local.h
2026-07-11 13:40:57 +08:00

21 lines
868 B
C

/*
* Copyright 2022 The Tongsuo Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://github.com/Tongsuo-Project/Tongsuo/blob/master/LICENSE.txt
*/
/*
* This header file is only used for the --symbol-prefix search export symbol.
*/
extern const unsigned char ossl_der_aid_sha1Identifier[];
extern const unsigned char ossl_der_aid_sha224Identifier[];
extern const unsigned char ossl_der_aid_sha256Identifier[];
extern const unsigned char ossl_der_aid_sha384Identifier[];
extern const unsigned char ossl_der_aid_sha512Identifier[];
extern const unsigned char ossl_der_aid_sha512_224Identifier[];
extern const unsigned char ossl_der_aid_sha512_256Identifier[];