mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 9.0.2153: no support to build on OpenVMS
Problem: no support to build on OpenVMS Solution: Add OpenVMS X86_64 platform port closes: #13623 Co-authored-by: errael <errael@raelity.com> Co-authored-by: K.Takata <kentkt@csc.jp> Signed-off-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
668971958c
commit
1c8e233cb8
@@ -1308,7 +1308,7 @@ crypt_sodium_init(void)
|
||||
return sodium_init();
|
||||
}
|
||||
|
||||
uint32_t
|
||||
UINT32_T
|
||||
crypt_sodium_randombytes_random(void)
|
||||
{
|
||||
return randombytes_random();
|
||||
|
Reference in New Issue
Block a user