diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-13 12:18:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-13 12:18:53 +0000 |
commit | 4c41c021fc2866fc655aa328dc041bb24ab4b1db (patch) | |
tree | 3b2db094e940c5f1efeb87a20834e245564f5d42 /lib/libcrypto/Makefile | |
parent | dfcb5af03299e90c7ecdb5998535de3417910ccc (diff) |
The OBJ_NAME API joins the party in evp_names.c
... and another file without license disappears.
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 474c4531006..0461363e3cc 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.165 2024/01/13 12:15:27 tb Exp $ +# $OpenBSD: Makefile,v 1.166 2024/01/13 12:18:52 tb Exp $ LIB= crypto LIBREBUILD=y @@ -452,7 +452,6 @@ SRCS+= ofb128.c SRCS+= xts128.c # objects/ -SRCS+= o_names.c SRCS+= obj_dat.c SRCS+= obj_err.c SRCS+= obj_lib.c |