sync with OpenBSD -current
This commit is contained in:
parent
3c3b8be419
commit
3b3e4312d9
62 changed files with 634 additions and 419 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: aes.h,v 1.15 2023/07/31 05:04:06 tb Exp $ */
|
||||
/* $OpenBSD: aes.h,v 1.16 2025/01/25 17:59:44 tb Exp $ */
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
|
@ -54,10 +54,6 @@
|
|||
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#ifdef OPENSSL_NO_AES
|
||||
#error AES is disabled.
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#define AES_ENCRYPT 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue