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,29 ****
--- 20,32 ----
*/
/*
* 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,233 ****
#define LIBCRYPTO "libcrypto.so"
void libcrypto_load(void);
/*
! * functions to manipulate the kmcookie-label mapping file
*/
#define KMCFILE "/var/run/ipsec_kmc_map"
/*
--- 226,236 ----
#define LIBCRYPTO "libcrypto.so"
void libcrypto_load(void);
/*
! * functions to manipulate the IKEv1 kmcookie-label mapping file
*/
#define KMCFILE "/var/run/ipsec_kmc_map"
/*