]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unused constants
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Feb 2015 16:09:34 +0000 (17:09 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Feb 2015 16:09:34 +0000 (17:09 +0100)
lib/gnutls_constate.c

index f0cde32fda3869d5f085c4c04e84ca954048b1b5..5701a8fb0fec0d431e32c3cda6fd12f3b3452e38 100644 (file)
@@ -41,15 +41,6 @@ _gnutls_set_kx(gnutls_session_t session, gnutls_kx_algorithm_t algo);
 static const char keyexp[] = "key expansion";
 static const int keyexp_length = sizeof(keyexp) - 1;
 
-static const char ivblock[] = "IV block";
-static const int ivblock_length = sizeof(ivblock) - 1;
-
-static const char cliwrite[] = "client write key";
-static const int cliwrite_length = sizeof(cliwrite) - 1;
-
-static const char servwrite[] = "server write key";
-static const int servwrite_length = sizeof(servwrite) - 1;
-
 /* This function is to be called after handshake, when master_secret,
  *  client_random and server_random have been initialized. 
  * This function creates the keys and stores them into pending session.