*/
#ifndef lint
-static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.44 2003-10-28 03:16:36 itojun Exp $ (LBL)";
+static const char rcsid[] _U_ =
+ "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.48 2003-11-19 05:37:18 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
_U_
#endif
,
- int *nhdr, int *padlen
+ int *nhdr
+#ifndef HAVE_LIBCRYPTO
+ _U_
+#endif
+ ,
+ int *padlen
#ifndef HAVE_LIBCRYPTO
_U_
#endif
#endif
fail:
- if (nhdr)
- *nhdr = -1;
- return 65536;
+ return -1;
}