View | Details | Raw Unified | Return to bug 56010
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 87-93 Link Here
87
.if !defined(WITHOUT_SSL)
87
.if !defined(WITHOUT_SSL)
88
	@${ECHO} "================================================================================"
88
	@${ECHO} "================================================================================"
89
	@${ECHO} "Warning: You have chosen to include SSL support. Applications/ports that use"
89
	@${ECHO} "Warning: You have chosen to include SSL support. Applications/ports that use"
90
	@${ECHO} "the cclient library but do not support SSL may stop working or have problems
90
	@${ECHO} "the cclient library but do not support SSL may stop working or have problems"
91
	@${ECHO} "linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help."
91
	@${ECHO} "linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help."
92
	@${ECHO} "================================================================================"
92
	@${ECHO} "================================================================================"
93
.endif
93
.endif

Return to bug 56010