Bug 182977

Summary: [build] error of buildworld at the use of WITHOUT_OPENSSL (WITHOUT_CRYPT)
Product: Base System Reporter: Valerij <v.erakov>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: brnrd
Priority: Normal    
Version: 10.0-BETA1   
Hardware: Any   
OS: Any   

Description Valerij 2013-10-14 19:00:00 UTC
make buildworld fail when using WITHOUT_OPENSSL (WITHOUT_CRYPT).

/usr/src/usr.sbin/ctld/login.c:40:10: fatal error: 'openssl/err.h' file not found
#include <openssl/err.h>
         ^
1 error generated.

/usr/src/usr.sbin/iscsid/login.c:39:10: fatal error: 'openssl/err.h' file not found
#include <openssl/err.h>
         ^
1 error generated.

Files include depends OPENSSL:
#include <openssl/err.h>
#include <openssl/md5.h>
#include <openssl/rand.h>

How-To-Repeat: WITHOUT_OPENSSL="YES" >> /etc/src.conf
cd /usr/src && make buildworld
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2016-01-09 21:12:40 UTC

*** This bug has been marked as a duplicate of bug 191951 ***