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

*** empty log message ***

Rev: src/nettle/NEWS:1.2
Rev: src/nettle/des.h:1.5
parent 9ec8ce34
Branches
Tags
No related merge requests found
NEWS for the 1.0 release
Fixed twofish bug spotted by Jean-Pierre Stierlin.
New RFC-1321-like interface in nettle/md5-compat.h, suggested
by Assar Westerlund.
......@@ -32,8 +32,8 @@
* Slightly edited by Niels Mller, 1997
*/
#ifndef NETTLE_DES_H
#define NETTLE_DES_H
#ifndef NETTLE_DES_H_INCLUDED
#define NETTLE_DES_H_INCLUDED
#include <inttypes.h>
......@@ -65,4 +65,4 @@ des_decrypt(struct des_ctx *ctx,
unsigned length, uint8_t *dst,
const uint8_t *src);
#endif /* NETTLE_DES_H */
#endif /* NETTLE_DES_H_INCLUDED */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment