early-access version 2698
This commit is contained in:
4
externals/libressl/crypto/sha/sha_locl.h
vendored
4
externals/libressl/crypto/sha/sha_locl.h
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: sha_locl.h,v 1.23 2016/12/23 23:22:25 patrick Exp $ */
|
||||
/* $OpenBSD: sha_locl.h,v 1.24 2021/11/09 18:40:21 bcook Exp $ */
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -186,7 +186,7 @@ int SHA1_Init(SHA_CTX *c)
|
||||
#endif
|
||||
|
||||
#if !defined(SHA1_ASM)
|
||||
#include <machine/endian.h>
|
||||
#include <endian.h>
|
||||
static void HASH_BLOCK_DATA_ORDER (SHA_CTX *c, const void *p, size_t num)
|
||||
{
|
||||
const unsigned char *data=p;
|
||||
|
Reference in New Issue
Block a user