• R/O
  • SSH
  • HTTPS

ttssh2: Commit


Commit MetaInfo

Révision8424 (tree)
l'heure2019-11-29 00:03:52
Auteurzmatsuo

Message de Log

未使用コードを削除した

Change Summary

Modification

--- trunk/ttssh2/ttxssh/cipher-ctr.c (revision 8423)
+++ trunk/ttssh2/ttxssh/cipher-ctr.c (revision 8424)
@@ -471,18 +471,6 @@
471471 return (1);
472472 }
473473
474-void
475-ssh_camellia_ctr_iv(EVP_CIPHER_CTX *evp, int doset, unsigned char * iv, unsigned int len)
476-{
477- struct ssh_camellia_ctr_ctx *c;
478-
479- if ((c = EVP_CIPHER_CTX_get_app_data(evp)) != NULL)
480- if(doset)
481- memcpy(c->camellia_counter, iv, len);
482- else
483- memcpy(iv, c->camellia_counter, len);
484-}
485-
486474 const EVP_CIPHER *
487475 evp_camellia_128_ctr(void)
488476 {
Afficher sur ancien navigateur de dépôt.