From 6a6db513258224651c8e12c43545d368c7456bbc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 Mar 2016 16:56:24 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@16502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/openssl/camellia.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/openssl/camellia.h') diff --git a/include/openssl/camellia.h b/include/openssl/camellia.h index 45e8d25b1d..d04d2a8b3a 100644 --- a/include/openssl/camellia.h +++ b/include/openssl/camellia.h @@ -1,4 +1,3 @@ -/* crypto/camellia/camellia.h */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * @@ -90,10 +89,6 @@ struct camellia_key_st { }; typedef struct camellia_key_st CAMELLIA_KEY; -# ifdef OPENSSL_FIPS -int private_Camellia_set_key(const unsigned char *userKey, const int bits, - CAMELLIA_KEY *key); -# endif int Camellia_set_key(const unsigned char *userKey, const int bits, CAMELLIA_KEY *key); -- cgit v1.2.3