Print this page
8927 sadb_x_kmc_t's KM cookie should be 64-bits
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
@@ -20,10 +20,13 @@
*/
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+/*
+ * Copyright 2017 Joyent, Inc.
+ */
#ifndef _IPSEC_UTIL_H
#define _IPSEC_UTIL_H
/*
@@ -223,11 +226,11 @@
#define LIBCRYPTO "libcrypto.so"
void libcrypto_load(void);
/*
- * functions to manipulate the kmcookie-label mapping file
+ * functions to manipulate the IKEv1 kmcookie-label mapping file
*/
#define KMCFILE "/var/run/ipsec_kmc_map"
/*