mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-02 07:54:17 +08:00
增加编译控制选项
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef NO_CHACHA20
|
||||
|
||||
/* RFC 8439 "ChaCha20 and Poly1305 for IETF Protocols" */
|
||||
|
||||
#ifndef GMSSL_CHACHA20_H
|
||||
@@ -95,3 +97,4 @@ void chacha20_generate_keystream(CHACHA20_STATE *state,
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user