1 Title: Fixed OpenSSL version warning when used on older distros (e.g. SLES11)
9 The warning message could occur e.g. when using the active check "check_bi_aggr"
10 or other components on older distros that ship with an old OpenSSL version that
11 is not supported anymore by the OpenSSL project.
15 "You are linking against OpenSSL 0.9.8, which is no longer
17 RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer
18 support by the OpenSSL project. You need to upgrade to a newer version
21 Basically this is only a warning message, but prevents some components form working
22 properly because scripts are producing unexpected output.