Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/engines/capi openssl: Delete...



details:   https://anonhg.NetBSD.org/src/rev/b50487f56474
branches:  trunk
changeset: 376025:b50487f56474
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat May 27 02:30:40 2023 +0000

description:
openssl: Delete capi makefiles -- not likely to ever see use here.

diffstat:

 crypto/external/bsd/openssl/lib/engines/capi/Makefile |  6 ------
 crypto/external/bsd/openssl/lib/engines/capi/capi.map |  6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)

diffs (20 lines):

diff -r 7d5eeca2388b -r b50487f56474 crypto/external/bsd/openssl/lib/engines/capi/Makefile
--- a/crypto/external/bsd/openssl/lib/engines/capi/Makefile     Sat May 27 02:28:45 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#      $NetBSD: Makefile,v 1.4 2023/05/26 22:27:50 riastradh Exp $
-
-LIB=   capi
-SRCS=  e_capi.c
-
-.include "../engines.mk"
diff -r 7d5eeca2388b -r b50487f56474 crypto/external/bsd/openssl/lib/engines/capi/capi.map
--- a/crypto/external/bsd/openssl/lib/engines/capi/capi.map     Sat May 27 02:28:45 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-{
-    global:
-        bind_engine;
-        v_check;
-    local: *;
-};



Home | Main Index | Thread Index | Old Index