diff options
| author | Parménides GV <parmegv@sdf.org> | 2015-06-16 11:28:05 +0200 |
|---|---|---|
| committer | Parménides GV <parmegv@sdf.org> | 2015-06-16 11:28:05 +0200 |
| commit | 66c79953db6876ec17a7ebf50dc4fd07d24fae37 (patch) | |
| tree | 67075abe6ea28f7fc7213f654b86464b13507058 /app/openssl/crypto/des/Imakefile | |
| parent | 1f41fec6765e49838141ad29151713c7ac3dd17c (diff) | |
| parent | e533cf6939e3ea4233aa8a82812f8ce5fcb565ca (diff) | |
Merge branch 'develop'0.9.4
Diffstat (limited to 'app/openssl/crypto/des/Imakefile')
| -rw-r--r-- | app/openssl/crypto/des/Imakefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app/openssl/crypto/des/Imakefile b/app/openssl/crypto/des/Imakefile deleted file mode 100644 index 1b9b5629..00000000 --- a/app/openssl/crypto/des/Imakefile +++ /dev/null @@ -1,35 +0,0 @@ -# This Imakefile has not been tested for a while but it should still -# work when placed in the correct directory in the kerberos v 4 distribution - -SRCS= cbc_cksm.c cbc_enc.c ecb_enc.c pcbc_enc.c \ - qud_cksm.c rand_key.c read_pwd.c set_key.c str2key.c \ - enc_read.c enc_writ.c fcrypt.c cfb_enc.c \ - ecb3_enc.c ofb_enc.c ofb64enc.c - -OBJS= cbc_cksm.o cbc_enc.o ecb_enc.o pcbc_enc.o \ - qud_cksm.o rand_key.o read_pwd.o set_key.o str2key.o \ - enc_read.o enc_writ.o fcrypt.o cfb_enc.o \ - ecb3_enc.o ofb_enc.o ofb64enc.o - -GENERAL=COPYRIGHT FILES INSTALL Imakefile README VERSION makefile times \ - vms.com KERBEROS -DES= des.c des.man -TESTING=destest.c speed.c rpw.c -LIBDES= des_crypt.man des.h des_locl.h podd.h sk.h spr.h - -PERL= des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl - -CODE= $(GENERAL) $(DES) $(TESTING) $(SRCS) $(LIBDES) $(PERL) - -SRCDIR=$(SRCTOP)/lib/des - -DBG= -O -INCLUDE= -I$(SRCDIR) -CC= cc - -library_obj_rule() - -install_library_target(des,$(OBJS),$(SRCS),) - -test(destest,libdes.a,) -test(rpw,libdes.a,) |
