install tr_dh.h
authorSam Hartman <hartmans@debian.org>
Wed, 10 Apr 2013 19:30:55 +0000 (15:30 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 10 Apr 2013 19:31:08 +0000 (15:31 -0400)
Makefile.am
common/dh_test/dh_test.c
common/tr_dh.c
common/tr_util.c
include/trust_router/tr_dh.h [moved from include/tr_dh.h with 100% similarity]
tid/example/tids_main.c
tid/tidc.c

index d8bd9b7..4f8730d 100644 (file)
@@ -35,10 +35,10 @@ libtr_tid_la_LIBADD = gsscon/libgsscon.la
 libtr_tid_la_LDFLAGS = $(AM_LDFLAGS) -version-info 0 -no-undefined
 
 pkginclude_HEADERS = include/trust_router/tid.h include/trust_router/tr_name.h \
+       include/trust_router/tr_dh.h \
 include/trust_router/tr_versioning.h
 
 noinst_HEADERS = include/gsscon.h include/tr_config.h \
 include/tr_msg.h \
-include/tr.h \
-include/tr_dh.h
+include/tr.h
 
index 875207b..342099d 100644 (file)
@@ -36,7 +36,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <tr_dh.h>
+#include <trust_router/tr_dh.h>
 
 // char tmp_key1[32] = 
 //  {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 
index f32c613..6bda6ee 100644 (file)
@@ -33,7 +33,7 @@
  */
 
 #include <openssl/dh.h>
-#include <tr_dh.h>
+#include <trust_router/tr_dh.h>
 
 unsigned char tr_2048_dhprime[2048/8] = {
   0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
index 06b7d8a..55cebeb 100644 (file)
@@ -35,7 +35,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>
-#include <tr_dh.h>
+#include <trust_router/tr_dh.h>
 
 void tr_bin_to_hex(const unsigned char * bin, size_t bin_len,
                   char * hex_out, size_t hex_len)
similarity index 100%
rename from include/tr_dh.h
rename to include/trust_router/tr_dh.h
index dbd56ea..06a2831 100644 (file)
@@ -38,7 +38,7 @@
 #include <sqlite3.h>
 
 #include <trust_router/tid.h>
-#include <tr_dh.h>
+#include <trust_router/tr_dh.h>
 #include <openssl/rand.h>
 
 static sqlite3 *db = NULL;
index 19ff353..b36ce6f 100644 (file)
@@ -37,7 +37,7 @@
 #include <jansson.h>
 
 #include <gsscon.h>
-#include <tr_dh.h>
+#include <trust_router/tr_dh.h>
 #include <trust_router/tid.h>
 #include <tr_msg.h>
 #include <gsscon.h>