Re: undefined reference to "FIPS_mode_set'

2014-07-08 Thread Thomas Francis, Jr.
mode), though, don't call FIPS_mode_set(). :) TOM -- Original Message -- From: "Kay Shamsa" To: "openssl-users@openssl.org" Sent: 7/7/2014 8:30:16 PM Subject: undefined reference to "FIPS_mode_set' Hi; I am using encryption to broadcast messages in L

undefined reference to "FIPS_mode_set'

2014-07-07 Thread Kay Shamsa
Hi; I am using encryption to broadcast messages in Linux environment. When using FIPS_mode_set(1) I get the error message of undefined reference to "FIPS_mode_set'. How can I fix this error. Thanks Kay