summaryrefslogtreecommitdiffhomepage
path: root/common-algo.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-05-27 16:37:58 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-05-27 16:37:58 +0000
commit3d580258052a7c1a117e91782483a95ad8771ff9 (patch)
treeb125ff225a6d994df993d5c589204d59489bf735 /common-algo.c
parenta8785cf71955edac8e54c09287bfb97ffcf760c4 (diff)
parent0f0a8472d7b42b34e7aef276f765fd3ef76e8ae4 (diff)
merge of 7d53fee744460df7d2297614c9a4a8a6722eb277
and cc783df3845d0779e2407f0a83fbb605c12efa7d --HG-- extra : convert_revision : 7494f62a22beadfca8acdf77d8916f36245db04f
Diffstat (limited to 'common-algo.c')
-rw-r--r--common-algo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-algo.c b/common-algo.c
index 1975864..ea9c311 100644
--- a/common-algo.c
+++ b/common-algo.c
@@ -125,7 +125,7 @@ algo_type sshkex[] = {
* This should be run before using any of the ciphers/hashes */
void crypto_init() {
- const struct _cipher_descriptor *regciphers[] = {
+ const struct ltc_cipher_descriptor *regciphers[] = {
#ifdef DROPBEAR_AES128_CBC
&aes_desc,
#endif
@@ -141,7 +141,7 @@ void crypto_init() {
NULL
};
- const struct _hash_descriptor *reghashes[] = {
+ const struct ltc_hash_descriptor *reghashes[] = {
/* we need sha1 for hostkey stuff regardless */
&sha1_desc,
#ifdef DROPBEAR_MD5_HMAC