Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 223319
Collapse All | Expand All

(-)ipsec-tools-0.6.7.ebuild.orig (-1 / +6 lines)
Lines 130-136 Link Here
130
				else
130
				else
131
					einfo "....[INET6_XFRM_MODE_BEET] IPv6: IPsec BEET mode is enabled :-)"
131
					einfo "....[INET6_XFRM_MODE_BEET] IPv6: IPsec BEET mode is enabled :-)"
132
				fi
132
				fi
133
			fi
133
				if ! { linux_chkconfig_present CRYPTO_NULL; }; then
134
					ewarn "[CRYPTO_NULL] Crypto: NULL algorithm is NOT enabled"
135
				else
136
					einfo "....[CRYPTO_NULL] Cyrpto: Crypto NULL algorithm enabled :-)"
137
				fi
138
fi
134
			# }}}
139
			# }}}
135
140
136
			eend $?
141
			eend $?

Return to bug 223319