mirror of https://github.com/openssl/openssl.git
Remove des_ver.h; broke build.
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
b0700d2c8d
commit
b92fafcc2f
|
|
@ -39,7 +39,7 @@ LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \
|
||||||
|
|
||||||
SRC= $(LIBSRC)
|
SRC= $(LIBSRC)
|
||||||
|
|
||||||
HEADER= des_locl.h rpc_des.h spr.h des_ver.h
|
HEADER= des_locl.h rpc_des.h spr.h
|
||||||
|
|
||||||
ALL= $(GENERAL) $(SRC) $(HEADER)
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue