sync with OpenBSD -current
This commit is contained in:
parent
fe31ca4724
commit
2d743fc5aa
189 changed files with 3737 additions and 1337 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: m_sm3.c,v 1.6 2023/07/07 19:37:53 beck Exp $ */
|
||||
/* $OpenBSD: m_sm3.c,v 1.7 2024/04/09 13:52:41 beck Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2018, Ribose Inc
|
||||
*
|
||||
|
@ -64,5 +64,6 @@ EVP_sm3(void)
|
|||
{
|
||||
return &sm3_md;
|
||||
}
|
||||
LCRYPTO_ALIAS(EVP_sm3);
|
||||
|
||||
#endif /* OPENSSL_NO_SM3 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue