comparison configure.ac @ 755:b07eb3dc23ec ecc

refactor kexdh code a bit, start working on ecdh etc
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 Mar 2013 01:35:22 +0800
parents 35f5f64a59c5
children 7dcb46da72d9
comparison
equal deleted inserted replaced
725:49f68a7b7a55 755:b07eb3dc23ec
683 AS_MKDIR_P(libtomcrypt/src/pk/dh) 683 AS_MKDIR_P(libtomcrypt/src/pk/dh)
684 AS_MKDIR_P(libtomcrypt/src/pk/dsa) 684 AS_MKDIR_P(libtomcrypt/src/pk/dsa)
685 AS_MKDIR_P(libtomcrypt/src/pk/ecc) 685 AS_MKDIR_P(libtomcrypt/src/pk/ecc)
686 AS_MKDIR_P(libtomcrypt/src/pk/pkcs1) 686 AS_MKDIR_P(libtomcrypt/src/pk/pkcs1)
687 AS_MKDIR_P(libtomcrypt/src/pk/rsa) 687 AS_MKDIR_P(libtomcrypt/src/pk/rsa)
688 AS_MKDIR_P(libtomcrypt/src/prng) 688 AS_MKDIR_P(libtomcrypt/src/prngs)
689 AC_CONFIG_HEADER(config.h) 689 AC_CONFIG_HEADER(config.h)
690 AC_OUTPUT(Makefile) 690 AC_OUTPUT(Makefile)
691 AC_OUTPUT(libtomcrypt/Makefile) 691 AC_OUTPUT(libtomcrypt/Makefile)
692 AC_OUTPUT(libtommath/Makefile) 692 AC_OUTPUT(libtommath/Makefile)
693 693