Correct the comment above MAKE_IDEA to be less confusing now that we

only have one patented algorithm in make.conf.
This commit is contained in:
Kris Kennaway 2001-03-04 03:14:27 +00:00
parent cb96ab3672
commit 6a251185af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73401
2 changed files with 16 additions and 16 deletions

View File

@ -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:

View File

@ -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: