From 994af7edb8a226e9c1ab6feea8fc10e20c2b0f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 5 Jul 2010 21:40:42 +0200 Subject: [PATCH] (enum blowfish_error): Deleted. (struct blowfish_ctx): Deleted status attribute. Rev: nettle/blowfish.h:1.2 --- blowfish.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/blowfish.h b/blowfish.h index 9e6175d6..768e15ef 100644 --- a/blowfish.h +++ b/blowfish.h @@ -48,13 +48,10 @@ extern "C" { #define _BLOWFISH_ROUNDS 16 -enum blowfish_error { BLOWFISH_OK, BLOWFISH_WEAK_KEY }; - struct blowfish_ctx { uint32_t s[4][256]; uint32_t p[_BLOWFISH_ROUNDS+2]; - enum blowfish_error status; }; /* On success, returns 1 and sets ctx->status to BLOWFISH_OK (zero). -- GitLab