Remove local prototypes for public API (?!)
authortb <tb@openbsd.org>
Wed, 5 Jul 2023 12:51:11 +0000 (12:51 +0000)
committertb <tb@openbsd.org>
Wed, 5 Jul 2023 12:51:11 +0000 (12:51 +0000)
lib/libcrypto/ecdsa/ecdsa.c

index d0cc846..dc92ea9 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ecdsa.c,v 1.3 2023/07/05 12:49:42 tb Exp $ */
+/* $OpenBSD: ecdsa.c,v 1.4 2023/07/05 12:51:11 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 2000-2002 The OpenSSL Project.  All rights reserved.
  *
@@ -94,11 +94,6 @@ const ASN1_ITEM ECDSA_SIG_it = {
        .sname = "ECDSA_SIG",
 };
 
-ECDSA_SIG *ECDSA_SIG_new(void);
-void ECDSA_SIG_free(ECDSA_SIG *a);
-ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **a, const unsigned char **in, long len);
-int i2d_ECDSA_SIG(const ECDSA_SIG *a, unsigned char **out);
-
 ECDSA_SIG *
 d2i_ECDSA_SIG(ECDSA_SIG **a, const unsigned char **in, long len)
 {