artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12fbe07
)
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
author
tb
<tb@openbsd.org>
Tue, 18 Apr 2023 08:46:08 +0000
(08:46 +0000)
committer
tb
<tb@openbsd.org>
Tue, 18 Apr 2023 08:46:08 +0000
(08:46 +0000)
lib/libcrypto/ec/ec.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ec/ec.h
b/lib/libcrypto/ec/ec.h
index
f0f2d8c
..
a880ada
100644
(file)
--- a/
lib/libcrypto/ec/ec.h
+++ b/
lib/libcrypto/ec/ec.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ec.h,v 1.3
3 2023/04/16 08:55:44
tb Exp $ */
+/* $OpenBSD: ec.h,v 1.3
4 2023/04/18 08:46:08
tb Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
@@
-83,9
+83,7
@@
#endif
#include <openssl/asn1.h>
-#ifndef OPENSSL_NO_DEPRECATED
#include <openssl/bn.h>
-#endif
#ifdef __cplusplus
extern "C" {