[pisa-src] r1470 - in trunk: Makefile.am libpisa/crypto.c libpisa/crypto.h libpisa/packet.h

  • From: Tobias Heer <tobias.heer@xxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 01 Nov 2009 22:42:49 +0100

Author: heer
Date: Sun Nov  1 22:42:49 2009
New Revision: 1470

Log:
Removed libpisa/crypto.*, a remnant of the preauth code. 

This may be required for negotiating fast handovers in the future but for now 
it only pollutes the code. It wasn't used anywhere.

Deleted:
   trunk/libpisa/crypto.c
   trunk/libpisa/crypto.h
Modified:
   trunk/Makefile.am
   trunk/libpisa/packet.h

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Sun Nov  1 22:05:38 2009        (r1469)
+++ trunk/Makefile.am   Sun Nov  1 22:42:49 2009        (r1470)
@@ -35,7 +35,7 @@
 lib_LTLIBRARIES = libpisa/libpisa.la performance/libperformance.la
 
 libpisa_libpisa_la_SOURCES  = libpisa/arp.c libpisa/cfg.c libpisa/conmgr.c \
-                              libpisa/crypto.c libpisa/ctrlhandler.c \
+                              libpisa/ctrlhandler.c \
                               libpisa/debug.c libpisa/hitlist.c libpisa/nat.c \
                               libpisa/packet.c libpisa/tunnel.c libpisa/util.c 
\
                               libpisa/pisaconf.c libpisa/scheduler.c

Modified: trunk/libpisa/packet.h
==============================================================================
--- trunk/libpisa/packet.h      Sun Nov  1 22:05:38 2009        (r1469)
+++ trunk/libpisa/packet.h      Sun Nov  1 22:42:49 2009        (r1470)
@@ -25,7 +25,6 @@
 
 #include "debug.h"
 #include "global.h"
-#include "crypto.h"
 
 #define PISA_TYPE_MASK         0xff00
 #define PISA_PKTTYPE_TUN       0x0000

Other related posts:

  • » [pisa-src] r1470 - in trunk: Makefile.am libpisa/crypto.c libpisa/crypto.h libpisa/packet.h - Tobias Heer