include crypto headers from hcrypto/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16554 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -85,19 +85,19 @@ main(int argc, char **argv)
|
||||
fputs("#ifdef KRB5\n", f);
|
||||
fputs("#include <krb5-types.h>\n", f);
|
||||
fputs("#endif\n", f);
|
||||
fputs("#include <des.h>\n", f);
|
||||
fputs("#include <md2.h>\n", f);
|
||||
fputs("#include <md4.h>\n", f);
|
||||
fputs("#include <md5.h>\n", f);
|
||||
fputs("#include <sha.h>\n", f);
|
||||
fputs("#include <rc4.h>\n", f);
|
||||
fputs("#include <rc2.h>\n", f);
|
||||
fputs("#include <aes.h>\n", f);
|
||||
fputs("#include <ui.h>\n", f);
|
||||
fputs("#include <evp.h>\n", f);
|
||||
fputs("#include <rand.h>\n", f);
|
||||
fputs("#include <engine.h>\n", f);
|
||||
fputs("#include <pkcs12.h>\n", f);
|
||||
fputs("#include <hcrypto/des.h>\n", f);
|
||||
fputs("#include <hcrypto/md2.h>\n", f);
|
||||
fputs("#include <hcrypto/md4.h>\n", f);
|
||||
fputs("#include <hcrypto/md5.h>\n", f);
|
||||
fputs("#include <hcrypto/sha.h>\n", f);
|
||||
fputs("#include <hcrypto/rc4.h>\n", f);
|
||||
fputs("#include <hcrypto/rc2.h>\n", f);
|
||||
fputs("#include <hcrypto/aes.h>\n", f);
|
||||
fputs("#include <hcrypto/ui.h>\n", f);
|
||||
fputs("#include <hcrypto/evp.h>\n", f);
|
||||
fputs("#include <hcrypto/rand.h>\n", f);
|
||||
fputs("#include <hcrypto/engine.h>\n", f);
|
||||
fputs("#include <hcrypto/pkcs12.h>\n", f);
|
||||
#endif
|
||||
fprintf(f, "#endif /* __%s__ */\n", argv[1]);
|
||||
fclose(f);
|
||||
|
Reference in New Issue
Block a user