From 6a251185af5ec8cb97d608e4c1d97c57fc82df4d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 4 Mar 2001 03:14:27 +0000 Subject: [PATCH] Correct the comment above MAKE_IDEA to be less confusing now that we only have one patented algorithm in make.conf. --- etc/defaults/make.conf | 16 ++++++++-------- share/examples/etc/make.conf | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index b5b6e2e16a26..aa7da78d19cb 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -116,15 +116,15 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #MODULES_WITH_WORLD=true # do not build modules when building kernel # # -# Controls for building various OPTIONAL parts of the crypto system. -# Patents are involved - you must not use these unless you either have -# a license or would be within patent 'fair use' provisions. -# Generally 'educational use' is OK, but personal (even non-commercial) -# use is not. -# *** It is YOUR RESPONSIBILITY to determine if you can use these! *** +# The following controls building optional IDEA code in libcrypto and +# certain ports. Patents are involved - you must not use this unless +# you either have a license or fall within patent 'fair use' +# provisions. # -# Patented in the USA and many european countries - thought to be OK to -# use for any non-commercial use. This is optional. +# *** It is YOUR RESPONSIBILITY to determine if you can use this! *** +# +# IDEA is patented in the USA and many european countries - thought to +# be OK to use for any non-commercial use. This is optional. #MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) # # To avoid running MAKEDEV all on /dev during install: diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index b5b6e2e16a26..aa7da78d19cb 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -116,15 +116,15 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #MODULES_WITH_WORLD=true # do not build modules when building kernel # # -# Controls for building various OPTIONAL parts of the crypto system. -# Patents are involved - you must not use these unless you either have -# a license or would be within patent 'fair use' provisions. -# Generally 'educational use' is OK, but personal (even non-commercial) -# use is not. -# *** It is YOUR RESPONSIBILITY to determine if you can use these! *** +# The following controls building optional IDEA code in libcrypto and +# certain ports. Patents are involved - you must not use this unless +# you either have a license or fall within patent 'fair use' +# provisions. # -# Patented in the USA and many european countries - thought to be OK to -# use for any non-commercial use. This is optional. +# *** It is YOUR RESPONSIBILITY to determine if you can use this! *** +# +# IDEA is patented in the USA and many european countries - thought to +# be OK to use for any non-commercial use. This is optional. #MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) # # To avoid running MAKEDEV all on /dev during install: