Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0
*** 1,9 ****
/* crypto/bn/knownprimes.c */
/* Insert boilerplate */
! #include "bn.h"
/* "First Oakley Default Group" from RFC2409, section 6.1.
*
* The prime is: 2^768 - 2 ^704 - 1 + 2^64 * { [2^638 pi] + 149686 }
*
--- 1,9 ----
/* crypto/bn/knownprimes.c */
/* Insert boilerplate */
! #include <openssl/bn.h>
/* "First Oakley Default Group" from RFC2409, section 6.1.
*
* The prime is: 2^768 - 2 ^704 - 1 + 2^64 * { [2^638 pi] + 149686 }
*