diff options
-rw-r--r-- | etc/defaults/make.conf | 18 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index b5b6e2e..aa7da78 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! *** -# -# Patented in the USA and many european countries - thought to be OK to -# use for any non-commercial use. This is optional. +# 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. +# +# *** 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 b5b6e2e..aa7da78 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! *** -# -# Patented in the USA and many european countries - thought to be OK to -# use for any non-commercial use. This is optional. +# 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. +# +# *** 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: |