Skip to content
Snippets Groups Projects
Commit d59df7a6 authored by Niels Möller's avatar Niels Möller
Browse files

(des_set_key): Different name mangling, if this

file is included, des_set_key should refer to a function that
behaves like openssl's.

Rev: src/nettle/des-compat.h:1.9
parent 249cfc9e
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@
#define des_is_weak_key nettle_openssl_des_is_weak_key
/* An extra alias */
#undef des_set_key
#define des_set_key nettle_openssl_des_key_sched
enum { DES_DECRYPT = 0, DES_ENCRYPT = 1 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment