summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/sade.h
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
committercperciva <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
commite629b376037f3ea6c6c000e8c0767496ab0778d0 (patch)
tree5a94c4ef976cf82b4cbfdbeb1c0fb7f04c05c3bf /usr.sbin/sade/sade.h
parentb665823aa48f879cf1c50bc634515bae59b6dc32 (diff)
downloadFreeBSD-src-e629b376037f3ea6c6c000e8c0767496ab0778d0.zip
FreeBSD-src-e629b376037f3ea6c6c000e8c0767496ab0778d0.tar.gz
Join the 21st century: Cryptography is no longer an optional component
of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
Diffstat (limited to 'usr.sbin/sade/sade.h')
-rw-r--r--usr.sbin/sade/sade.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h
index 8655ea7..8ae783e 100644
--- a/usr.sbin/sade/sade.h
+++ b/usr.sbin/sade/sade.h
@@ -108,7 +108,6 @@
#define VAR_DISKINTERACTIVE "diskInteractive"
#define VAR_DISTS "dists"
#define VAR_DIST_MAIN "distMain"
-#define VAR_DIST_CRYPTO "distCRYPTO"
#define VAR_DIST_SRC "distSRC"
#define VAR_DIST_X11 "distX11"
#define VAR_DIST_XSERVER "distXserver"
@@ -416,7 +415,6 @@ extern Boolean OnVTY; /* On a syscons VTY? */
extern Variable *VarHead; /* The head of the variable chain */
extern Device *mediaDevice; /* Where we're getting our distribution from */
extern unsigned int Dists; /* Which distributions we want */
-extern unsigned int CRYPTODists; /* Which naughty distributions we want */
extern unsigned int SrcDists; /* Which src distributions we want */
extern unsigned int XF86Dists; /* Which XFree86 dists we want */
extern unsigned int XF86ServerDists; /* The XFree86 servers we want */
OpenPOWER on IntegriCloud