early-access version 2698
This commit is contained in:
4
externals/libressl/crypto/des/cfb_enc.c
vendored
4
externals/libressl/crypto/des/cfb_enc.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: cfb_enc.c,v 1.13 2015/02/10 09:46:30 miod Exp $ */
|
||||
/* $OpenBSD: cfb_enc.c,v 1.14 2021/11/09 18:40:21 bcook Exp $ */
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -57,7 +57,7 @@
|
||||
*/
|
||||
|
||||
#include "des_locl.h"
|
||||
#include <machine/endian.h>
|
||||
#include <endian.h>
|
||||
|
||||
/* The input and output are loaded in multiples of 8 bits.
|
||||
* What this means is that if you hame numbits=12 and length=2
|
||||
|
Reference in New Issue
Block a user