early-access version 2698
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
; 1 "crypto/sha/sha1-masm-x86_64.S.tmp"
|
||||
; 1 "<built-in>" 1
|
||||
; 1 "<built-in>" 3
|
||||
; 340 "<built-in>" 3
|
||||
; 343 "<built-in>" 3
|
||||
; 1 "<command line>" 1
|
||||
; 1 "<built-in>" 2
|
||||
; 1 "crypto/sha/sha1-masm-x86_64.S.tmp" 2
|
||||
|
@@ -1,7 +1,7 @@
|
||||
; 1 "crypto/sha/sha256-masm-x86_64.S.tmp"
|
||||
; 1 "<built-in>" 1
|
||||
; 1 "<built-in>" 3
|
||||
; 340 "<built-in>" 3
|
||||
; 343 "<built-in>" 3
|
||||
; 1 "<command line>" 1
|
||||
; 1 "<built-in>" 2
|
||||
; 1 "crypto/sha/sha256-masm-x86_64.S.tmp" 2
|
||||
|
5
externals/libressl/crypto/sha/sha256.c
vendored
5
externals/libressl/crypto/sha/sha256.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: sha256.c,v 1.10 2019/01/21 23:20:31 jsg Exp $ */
|
||||
/* $OpenBSD: sha256.c,v 1.11 2021/11/09 18:40:21 bcook Exp $ */
|
||||
/* ====================================================================
|
||||
* Copyright (c) 2004 The OpenSSL Project. All rights reserved
|
||||
* according to the OpenSSL license [found in ../../LICENSE].
|
||||
@@ -9,8 +9,7 @@
|
||||
|
||||
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA256)
|
||||
|
||||
#include <machine/endian.h>
|
||||
|
||||
#include <endian.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
; 1 "crypto/sha/sha512-masm-x86_64.S.tmp"
|
||||
; 1 "<built-in>" 1
|
||||
; 1 "<built-in>" 3
|
||||
; 340 "<built-in>" 3
|
||||
; 343 "<built-in>" 3
|
||||
; 1 "<command line>" 1
|
||||
; 1 "<built-in>" 2
|
||||
; 1 "crypto/sha/sha512-masm-x86_64.S.tmp" 2
|
||||
|
5
externals/libressl/crypto/sha/sha512.c
vendored
5
externals/libressl/crypto/sha/sha512.c
vendored
@@ -1,12 +1,11 @@
|
||||
/* $OpenBSD: sha512.c,v 1.15 2016/11/04 13:56:05 miod Exp $ */
|
||||
/* $OpenBSD: sha512.c,v 1.16 2021/11/09 18:40:21 bcook Exp $ */
|
||||
/* ====================================================================
|
||||
* Copyright (c) 2004 The OpenSSL Project. All rights reserved
|
||||
* according to the OpenSSL license [found in ../../LICENSE].
|
||||
* ====================================================================
|
||||
*/
|
||||
|
||||
#include <machine/endian.h>
|
||||
|
||||
#include <endian.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
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