Bug 615 - xntpd won't use DES encryption if it's available.
Summary: xntpd won't use DES encryption if it's available.
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-07-14 04:00 UTC by gordon
Modified: 1995-07-14 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (555 bytes, patch)
1995-07-14 04:00 UTC, gordon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gordon 1995-07-14 04:00:05 UTC
	The xntpd Makefile.inc does not recognize the no-export
	authdes.c if it's present because it's looking in the
	wrong directory for it.  Because it doesn't find it,
	it doesn't define DES and therefore the routines to call
	code in authdes.c aren't included.

	${.CURDIR} is one directory level below Makefile.inc, and
	path names need to be relative to ${.CURDIR}.

Fix: Apply the following patch.
	
How-To-Repeat: 
	Install the /usr/src/secure tree.
	cd /usr/src/usr.sbin/xntpd; make
	Note that -DDES is not included on the command line of the compiles.
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 1995-07-15 01:09:42 UTC
State Changed
From-To: open->closed

Fixed in v1.12 Makefile.inc