With DEFAULT_VERSIONS+=ssl=libressl or similar, USES=ssl sets a OPENSSL_LDFLAGS. The sanity check we introduced in rP499267 reports this as false positive on any port with has an OPENSSL option like net/haproxy:
/!\ haproxy-1.9.8: Makefile errors /!\ The following options helpers are incorrectly set after bsd.port.options.mk and are ineffective: OPENSSL_LDFLAGS *** Error code 1
Since OPENSSL_LDFLAGS is still added to LDFLAGS by USES=ssl afterwards it has the desired effect anyway. We should not report this and add it to _OPTIONS_HELPERS_SEEN too.