On Fri, Jan 17, 2014 at 09:57:00AM -0500, Jeffrey Walton wrote:

> > BN_CTX_init() (deprecated) initializes an existing uninitialized
> > BN_CTX. This should not be used for new programs. Use BN_CTX_new()
> > instead.
>
> Odd its still being used in the source code.

Not that odd.  Libraries are free to make use of their own opaque
data types, but applications are not.  When the data type internals
change, applications don't break.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to