sync
This commit is contained in:
parent
905ea23f06
commit
91df569df5
32 changed files with 393 additions and 395 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: names.c,v 1.16 2022/11/26 16:08:52 tb Exp $ */
|
||||
/* $OpenBSD: names.c,v 1.17 2023/06/29 06:11:33 tb Exp $ */
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -64,6 +64,9 @@
|
|||
|
||||
#include "evp_local.h"
|
||||
|
||||
extern int obj_cleanup_defer;
|
||||
void check_defer(int nid);
|
||||
|
||||
int
|
||||
EVP_add_cipher(const EVP_CIPHER *c)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue