--- gvpe/src/iv_gen.h 2013/07/18 13:35:16 1.1 +++ gvpe/src/iv_gen.h 2015/01/29 00:21:39 1.2 @@ -36,6 +36,7 @@ #include +#if 0 // only good for up to 2**31 sequence numbers struct iv_gen { @@ -45,6 +46,7 @@ void reset (); void get (void *buf, int len); }; +#endif #endif