From nobody@FreeBSD.org  Mon Oct 14 17:56:39 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 619F1BAD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Oct 2013 17:56:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4F6502B10
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Oct 2013 17:56:39 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9EHucnv098446
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Oct 2013 17:56:38 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9EHucAk098444;
	Mon, 14 Oct 2013 17:56:38 GMT
	(envelope-from nobody)
Message-Id: <201310141756.r9EHucAk098444@oldred.freebsd.org>
Date: Mon, 14 Oct 2013 17:56:38 GMT
From: Valerij <v.erakov@siteworks.com.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: error of buildworld at the use of WITHOUT_OPENSSL (WITHOUT_CRYPT)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182977
>Category:       bin
>Synopsis:       [build] error of buildworld at the use of WITHOUT_OPENSSL (WITHOUT_CRYPT)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 18:00:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Mon May 05 03:19:53 UTC 2014
>Originator:     Valerij
>Release:        FreeBSD 10.0-BETA1
>Organization:
SiteWorks
>Environment:
FreeBSD mx1.itsale.com.ua 10.0-BETA1 FreeBSD 10.0-BETA1 #1: Mon Oct 14 10:54:29 EEST 2013     root@mx1.itsale.com.ua:/usr/obj/usr/src/sys/SERVER  amd64
>Description:
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
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
