In message <20120314.114607.402413137.rich...@levitte.org> on Wed, 14 Mar 2012 
11:46:07 +0100 (CET), Richard Levitte <rich...@levitte.org> said:

richard> You're right, that code looks quite odd, the following should do
richard> better, wouldn't you say?

Of course not...  it should be as you mentioned...

#if !defined(OPENSSL_NO_JPAKE) &&  !defined(OPENSSL_NO_PSK)
        if (jpake_secret)
                {
                if (psk_key)
                        {
                        BIO_printf(bio_err,
                                   "Can't use JPAKE and PSK together\n");
                        goto end;
                        }
                psk_identity = "JPAKE";
                if (cipher)
                        {
                        BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
                        goto end;
                        }
                cipher = "PSK";
                }
#endif

-- 
Richard Levitte                         rich...@levitte.org
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to