Report for Crypt-OpenSSL-Bignum-0.04

Back
From: metabase:user:6970b1ae-1421-11e4-ab07-c64c76713efd
Subject: PASS Crypt-OpenSSL-Bignum-0.04 v5.16.2 Mac OS X
Date: 2014-09-12T01:21:50Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear IROBERTS,

This is a computer-generated report for Crypt-OpenSSL-Bignum-0.04
on perl 5.16.2, created by App::cpanminus::reporter 0.11 (1.7009).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Building and testing Crypt-OpenSSL-Bignum-0.04
cp Bignum/CTX.pm blib/lib/Crypt/OpenSSL/Bignum/CTX.pm
cp Bignum.pm blib/lib/Crypt/OpenSSL/Bignum.pm
Running Mkbootstrap for Crypt::OpenSSL::Bignum ()
chmod 644 Bignum.bs
/usr/bin/perl /Library/Perl/5.16/ExtUtils/xsubpp  -typemap /System/Library/Perl/5.16/ExtUtils/typemap -typemap typemap  Bignum.xs > Bignum.xsc && mv Bignum.xsc Bignum.c
cc -c   -arch x86_64 -arch i386 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -Os   -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\"  "-I/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE"  -DPERL5 -DOPENSSL_NO_KRB5 Bignum.c
Bignum.xs:39:5: warning: 'BN_clear_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    BN_clear_free( self );
    ^
/usr/include/openssl/bn.h:419:6: note: 'BN_clear_free' declared here
void    BN_clear_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:48:28: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_new() );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:48:5: warning: implicit declaration of function 'ERR_reason_error_string' is invalid in C99 [-Wimplicit-function-declaration]
    checkOpenSslCall( bn = BN_new() );
    ^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                              ^
Bignum.xs:48:5: warning: implicit declaration of function 'ERR_get_error' is invalid in C99 [-Wimplicit-function-declaration]
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                                                       ^
Bignum.xs:48:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_new() );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:49:23: warning: 'BN_set_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_set_word( bn, p_word ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:464:5: note: 'BN_set_word' declared here
int     BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:49:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_set_word( bn, p_word ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:62:23: warning: 'BN_dec2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_dec2bn( &bn, p_dec_string ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:508:6: note: 'BN_dec2bn' declared here
int     BN_dec2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:62:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_dec2bn( &bn, p_dec_string ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:75:23: warning: 'BN_hex2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_hex2bn( &bn, p_hex_string ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:507:6: note: 'BN_hex2bn' declared here
int     BN_hex2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:75:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_hex2bn( &bn, p_hex_string ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:90:28: warning: 'BN_bin2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:422:9: note: 'BN_bin2bn' declared here
BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:90:39: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
                                      ^~~
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:422:40: note: passing argument to parameter 's' here
BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
                                       ^
Bignum.xs:90:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:101:28: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_new() );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:101:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_new() );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:102:23: warning: 'BN_set_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_zero( bn ) );
                      ^
/usr/include/openssl/bn.h:398:21: note: expanded from macro 'BN_zero'
#define BN_zero(a)      (BN_set_word((a),0))
                         ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:464:5: note: 'BN_set_word' declared here
int     BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:102:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_zero( bn ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:113:28: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_new() );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:113:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_new() );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:114:23: warning: 'BN_set_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_one( bn ) );
                      ^
/usr/include/openssl/bn.h:388:20: note: expanded from macro 'BN_one'
#define BN_one(a)       (BN_set_word((a),1))
                         ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:464:5: note: 'BN_set_word' declared here
int     BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:114:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_one( bn ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:125:32: warning: 'BN_bn2dec' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = BN_bn2dec( self ) );
                               ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:506:8: note: 'BN_bn2dec' declared here
char *  BN_bn2dec(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:125:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = BN_bn2dec( self ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:129:5: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    OPENSSL_free( RETVAL );
    ^
/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
#define OPENSSL_free(addr)      CRYPTO_free(addr)
                                ^
/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
     ^
Bignum.xs:136:32: warning: 'BN_bn2hex' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = BN_bn2hex( self ) );
                               ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:505:8: note: 'BN_bn2hex' declared here
char *  BN_bn2hex(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:136:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = BN_bn2hex( self ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:140:5: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    OPENSSL_free( RETVAL );
    ^
/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
#define OPENSSL_free(addr)      CRYPTO_free(addr)
                                ^
/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
     ^
Bignum.xs:149:14: warning: 'BN_num_bits' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    length = BN_num_bytes( self );
             ^
/usr/include/openssl/bn.h:378:27: note: expanded from macro 'BN_num_bytes'
#define BN_num_bytes(a) ((BN_num_bits(a)+7)/8)
                          ^
/usr/include/openssl/bn.h:415:5: note: 'BN_num_bits' declared here
int     BN_num_bits(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:151:5: warning: 'BN_bn2bin' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    BN_bn2bin( self, bin );
    ^
/usr/include/openssl/bn.h:423:5: note: 'BN_bn2bin' declared here
int     BN_bn2bin(const BIGNUM *a, unsigned char *to) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:151:22: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    BN_bn2bin( self, bin );
                     ^~~
/usr/include/openssl/bn.h:423:47: note: passing argument to parameter 'to' here
int     BN_bn2bin(const BIGNUM *a, unsigned char *to) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
                                                  ^
Bignum.c:461:11: warning: 'BN_get_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
        RETVAL = BN_get_word(self);
                 ^
/usr/include/openssl/bn.h:465:10: note: 'BN_get_word' declared here
BN_ULONG BN_get_word(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
         ^
Bignum.xs:172:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:173:23: warning: 'BN_add' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_add( bn, a, b ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:429:5: note: 'BN_add' declared here
int     BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:173:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_add( bn, a, b ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:186:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:187:23: warning: 'BN_sub' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_sub( bn, a, b ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:426:5: note: 'BN_sub' declared here
int     BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:187:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_sub( bn, a, b ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:201:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:202:23: warning: 'BN_mul' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mul( bn, a, b, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:430:5: note: 'BN_mul' declared here
int     BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:202:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mul( bn, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:217:32: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    quotient = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
                               ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:218:33: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    remainder = ( items < 5 ) ? BN_new() : sv2bn( ST(4) );
                                ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:219:23: warning: 'BN_div' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_div( quotient, remainder, a, b, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:443:5: note: 'BN_div' declared here
int     BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
        ^
Bignum.xs:219:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_div( quotient, remainder, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:233:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:234:23: warning: 'BN_sqr' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_sqr( bn, a, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:431:5: note: 'BN_sqr' declared here
int     BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:234:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_sqr( bn, a, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:249:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:250:23: warning: 'BN_div' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod( bn, a, b, ctx ) );
                      ^
/usr/include/openssl/bn.h:445:29: note: expanded from macro 'BN_mod'
#define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
                            ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:443:5: note: 'BN_div' declared here
int     BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
        ^
Bignum.xs:250:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod( bn, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:265:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:266:23: warning: 'BN_mod_mul' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod_mul( bn, a, b, m, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:451:5: note: 'BN_mod_mul' declared here
int     BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
        ^
Bignum.xs:266:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod_mul( bn, a, b, m, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:281:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:282:23: warning: 'BN_exp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_exp( bn, a, p, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:472:5: note: 'BN_exp' declared here
int     BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:282:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_exp( bn, a, p, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:298:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:299:23: warning: 'BN_mod_exp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod_exp( bn, a, p, m, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:474:5: note: 'BN_mod_exp' declared here
int     BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
        ^
Bignum.xs:299:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod_exp( bn, a, p, m, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:314:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:315:23: warning: 'BN_mod_inverse' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod_inverse( bn, a, n, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:511:9: note: 'BN_mod_inverse' declared here
BIGNUM *BN_mod_inverse(BIGNUM *ret,
        ^
Bignum.xs:315:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod_inverse( bn, a, n, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:330:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:331:23: warning: 'BN_gcd' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_gcd( bn, a, b, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:509:5: note: 'BN_gcd' declared here
int     BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:331:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_gcd( bn, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.c:936:11: warning: 'BN_cmp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
        RETVAL = BN_cmp(a, b);
                 ^
/usr/include/openssl/bn.h:467:5: note: 'BN_cmp' declared here
int     BN_cmp(const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:360:32: warning: 'BN_dup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = BN_dup(a) );
                               ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:501:9: note: 'BN_dup' declared here
BIGNUM *BN_dup(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:360:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = BN_dup(a) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:369:37: warning: 'BN_dup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = (IV) BN_dup(a) );
                                    ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:501:9: note: 'BN_dup' declared here
BIGNUM *BN_dup(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:369:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = (IV) BN_dup(a) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.c:1072:11: warning: 'BN_CTX_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
        RETVAL = BN_CTX_new();
                 ^
/usr/include/openssl/bn.h:403:9: note: 'BN_CTX_new' declared here
BN_CTX *BN_CTX_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:384:5: warning: 'BN_CTX_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    BN_CTX_free( self );
    ^
/usr/include/openssl/bn.h:407:6: note: 'BN_CTX_free' declared here
void    BN_CTX_free(BN_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:33:5: warning: implicit declaration of function 'ERR_load_crypto_strings' is invalid in C99 [-Wimplicit-function-declaration]
    ERR_load_crypto_strings();
    ^
74 warnings generated.
Bignum.xs:39:5: warning: 'BN_clear_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    BN_clear_free( self );
    ^
/usr/include/openssl/bn.h:419:6: note: 'BN_clear_free' declared here
void    BN_clear_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:48:28: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_new() );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:48:5: warning: implicit declaration of function 'ERR_reason_error_string' is invalid in C99 [-Wimplicit-function-declaration]
    checkOpenSslCall( bn = BN_new() );
    ^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                              ^
Bignum.xs:48:5: warning: implicit declaration of function 'ERR_get_error' is invalid in C99 [-Wimplicit-function-declaration]
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                                                       ^
Bignum.xs:48:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_new() );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:49:23: warning: 'BN_set_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_set_word( bn, p_word ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:464:5: note: 'BN_set_word' declared here
int     BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:49:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_set_word( bn, p_word ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:62:23: warning: 'BN_dec2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_dec2bn( &bn, p_dec_string ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:508:6: note: 'BN_dec2bn' declared here
int     BN_dec2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:62:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_dec2bn( &bn, p_dec_string ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:75:23: warning: 'BN_hex2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_hex2bn( &bn, p_hex_string ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:507:6: note: 'BN_hex2bn' declared here
int     BN_hex2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:75:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_hex2bn( &bn, p_hex_string ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:90:28: warning: 'BN_bin2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:422:9: note: 'BN_bin2bn' declared here
BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:90:39: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
                                      ^~~
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:422:40: note: passing argument to parameter 's' here
BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
                                       ^
Bignum.xs:90:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:101:28: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_new() );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:101:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_new() );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:102:23: warning: 'BN_set_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_zero( bn ) );
                      ^
/usr/include/openssl/bn.h:398:21: note: expanded from macro 'BN_zero'
#define BN_zero(a)      (BN_set_word((a),0))
                         ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:464:5: note: 'BN_set_word' declared here
int     BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:102:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_zero( bn ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:113:28: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( bn = BN_new() );
                           ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:113:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( bn = BN_new() );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:114:23: warning: 'BN_set_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_one( bn ) );
                      ^
/usr/include/openssl/bn.h:388:20: note: expanded from macro 'BN_one'
#define BN_one(a)       (BN_set_word((a),1))
                         ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:464:5: note: 'BN_set_word' declared here
int     BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:114:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_one( bn ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:125:32: warning: 'BN_bn2dec' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = BN_bn2dec( self ) );
                               ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:506:8: note: 'BN_bn2dec' declared here
char *  BN_bn2dec(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:125:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = BN_bn2dec( self ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:129:5: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    OPENSSL_free( RETVAL );
    ^
/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
#define OPENSSL_free(addr)      CRYPTO_free(addr)
                                ^
/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
     ^
Bignum.xs:136:32: warning: 'BN_bn2hex' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = BN_bn2hex( self ) );
                               ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:505:8: note: 'BN_bn2hex' declared here
char *  BN_bn2hex(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:136:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = BN_bn2hex( self ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:140:5: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    OPENSSL_free( RETVAL );
    ^
/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
#define OPENSSL_free(addr)      CRYPTO_free(addr)
                                ^
/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
     ^
Bignum.xs:149:14: warning: 'BN_num_bits' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    length = BN_num_bytes( self );
             ^
/usr/include/openssl/bn.h:378:27: note: expanded from macro 'BN_num_bytes'
#define BN_num_bytes(a) ((BN_num_bits(a)+7)/8)
                          ^
/usr/include/openssl/bn.h:415:5: note: 'BN_num_bits' declared here
int     BN_num_bits(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:151:5: warning: 'BN_bn2bin' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    BN_bn2bin( self, bin );
    ^
/usr/include/openssl/bn.h:423:5: note: 'BN_bn2bin' declared here
int     BN_bn2bin(const BIGNUM *a, unsigned char *to) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:151:22: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    BN_bn2bin( self, bin );
                     ^~~
/usr/include/openssl/bn.h:423:47: note: passing argument to parameter 'to' here
int     BN_bn2bin(const BIGNUM *a, unsigned char *to) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
                                                  ^
Bignum.c:461:11: warning: 'BN_get_word' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
        RETVAL = BN_get_word(self);
                 ^
/usr/include/openssl/bn.h:465:10: note: 'BN_get_word' declared here
BN_ULONG BN_get_word(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
         ^
Bignum.xs:172:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:173:23: warning: 'BN_add' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_add( bn, a, b ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:429:5: note: 'BN_add' declared here
int     BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:173:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_add( bn, a, b ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:186:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 3 ) ? BN_new() : sv2bn( ST(2) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:187:23: warning: 'BN_sub' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_sub( bn, a, b ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:426:5: note: 'BN_sub' declared here
int     BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:187:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_sub( bn, a, b ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:201:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:202:23: warning: 'BN_mul' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mul( bn, a, b, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:430:5: note: 'BN_mul' declared here
int     BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:202:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mul( bn, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:217:32: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    quotient = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
                               ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:218:33: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    remainder = ( items < 5 ) ? BN_new() : sv2bn( ST(4) );
                                ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:219:23: warning: 'BN_div' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_div( quotient, remainder, a, b, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:443:5: note: 'BN_div' declared here
int     BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
        ^
Bignum.xs:219:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_div( quotient, remainder, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:233:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:234:23: warning: 'BN_sqr' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_sqr( bn, a, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:431:5: note: 'BN_sqr' declared here
int     BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:234:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_sqr( bn, a, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:249:26: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = ( items < 4 ) ? BN_new() : sv2bn( ST(3) );
                         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:250:23: warning: 'BN_div' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod( bn, a, b, ctx ) );
                      ^
/usr/include/openssl/bn.h:445:29: note: expanded from macro 'BN_mod'
#define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
                            ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:443:5: note: 'BN_div' declared here
int     BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
        ^
Bignum.xs:250:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod( bn, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:265:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:266:23: warning: 'BN_mod_mul' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod_mul( bn, a, b, m, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:451:5: note: 'BN_mod_mul' declared here
int     BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
        ^
Bignum.xs:266:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod_mul( bn, a, b, m, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:281:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:282:23: warning: 'BN_exp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_exp( bn, a, p, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:472:5: note: 'BN_exp' declared here
int     BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:282:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_exp( bn, a, p, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:298:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:299:23: warning: 'BN_mod_exp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod_exp( bn, a, p, m, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:474:5: note: 'BN_mod_exp' declared here
int     BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
        ^
Bignum.xs:299:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod_exp( bn, a, p, m, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:314:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:315:23: warning: 'BN_mod_inverse' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_mod_inverse( bn, a, n, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:511:9: note: 'BN_mod_inverse' declared here
BIGNUM *BN_mod_inverse(BIGNUM *ret,
        ^
Bignum.xs:315:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_mod_inverse( bn, a, n, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:330:10: warning: 'BN_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    bn = BN_new();
         ^
/usr/include/openssl/bn.h:417:9: note: 'BN_new' declared here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:331:23: warning: 'BN_gcd' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( BN_gcd( bn, a, b, ctx ) );
                      ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:509:5: note: 'BN_gcd' declared here
int     BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:331:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( BN_gcd( bn, a, b, ctx ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.c:936:11: warning: 'BN_cmp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
        RETVAL = BN_cmp(a, b);
                 ^
/usr/include/openssl/bn.h:467:5: note: 'BN_cmp' declared here
int     BN_cmp(const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:360:32: warning: 'BN_dup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = BN_dup(a) );
                               ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:501:9: note: 'BN_dup' declared here
BIGNUM *BN_dup(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:360:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = BN_dup(a) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:369:37: warning: 'BN_dup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    checkOpenSslCall( RETVAL = (IV) BN_dup(a) );
                                    ^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
                                           ^
/usr/include/openssl/bn.h:501:9: note: 'BN_dup' declared here
BIGNUM *BN_dup(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:369:5: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat]
    checkOpenSslCall( RETVAL = (IV) BN_dup(a) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
  croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
                         ~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bignum.c:1072:11: warning: 'BN_CTX_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
        RETVAL = BN_CTX_new();
                 ^
/usr/include/openssl/bn.h:403:9: note: 'BN_CTX_new' declared here
BN_CTX *BN_CTX_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:384:5: warning: 'BN_CTX_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
    BN_CTX_free( self );
    ^
/usr/include/openssl/bn.h:407:6: note: 'BN_CTX_free' declared here
void    BN_CTX_free(BN_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
        ^
Bignum.xs:33:5: warning: implicit declaration of function 'ERR_load_crypto_strings' is invalid in C99 [-Wimplicit-function-declaration]
    ERR_load_crypto_strings();
    ^
74 warnings generated.
rm -f blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bundle
LD_RUN_PATH="/usr/lib" cc -mmacosx-version-min=10.9  -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector Bignum.o  -o blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bundle 	\
	   -lcrypto  	\
	  
chmod 755 blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bundle
/usr/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- Bignum.bs blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bs 644
Manifying blib/man3/Crypt::OpenSSL::Bignum.3pm
Manifying blib/man3/Crypt::OpenSSL::Bignum::CTX.3pm
Running Mkbootstrap for Crypt::OpenSSL::Bignum ()
chmod 644 Bignum.bs
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..52
# Running under perl version 5.016002 for darwin
# Current time local: Thu Sep 11 21:03:42 2014
# Current time GMT:   Fri Sep 12 01:03:42 2014
# Using Test.pm version 1.26
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /Library/Perl/5.16/darwin-thread-multi-2level/auto/Crypt/OpenSSL/Bignum/Bignum.bundle
Installing /Library/Perl/5.16/darwin-thread-multi-2level/Crypt/OpenSSL/Bignum.pm
Installing /Library/Perl/5.16/darwin-thread-multi-2level/Crypt/OpenSSL/Bignum/CTX.pm
Installing /usr/local/share/man/man3/Crypt::OpenSSL::Bignum.3pm
Installing /usr/local/share/man/man3/Crypt::OpenSSL::Bignum::CTX.3pm
Appending installation info to /Library/Perl/Updates/5.16.2/darwin-thread-multi-2level/perllocal.pod
-> OK

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

    No requirements found

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.UTF-8
    PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/dhorner/Downloads/adt-bundle-mac-x86_64-20140321/sdk/tools:/Users/dhorner/Downloads/adt-bundle-mac-x86_64-20140321/sdk/platform-tools
    SHELL = /bin/bash
    TERM = xterm-256color
    TMPDIR = /var/folders/bt/2bx00b7x0v7cjyfd_b7bpy480000gn/T/
    VERSIONER_PERL_PREFER_32_BIT = no
    VERSIONER_PERL_VERSION = 5.16

Perl special variables (and OS-specific diagnostics, for MSWin32):

    EGID = 20 20 401 12 61 79 80 81 98 33 100 204 398 399
    EUID = 501
    EXECUTABLE_NAME = /usr/bin/perl
    GID = 20 20 401 12 61 79 80 81 98 33 100 204 398 399
    UID = 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.142060
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280219
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.68    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.66    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4210  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.33    
    Test::More          1.001006
    YAML                1.11    
    YAML::Syck          1.27    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 16 subversion 2) configuration:
   
  Platform:
    osname=darwin, osvers=13.0, archname=darwin-thread-multi-2level
    uname='darwin jackson.apple.com 13.0 darwin kernel version 13.0.0: tue jul 30 20:52:22 pdt 2013; root:xnu-2422.1.53~3release_x86_64 x86_64 '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags= -Dman3ext=3pm -Duseithreads -Duseshrplib -Dinc_version_list=none -Dcc=cc'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-arch x86_64 -arch i386 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include',
    optimize='-Os',
    cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc -mmacosx-version-min=10.9', ldflags ='-arch x86_64 -arch i386 -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs= 
    perllibs=
    libc=, so=dylib, useshrplib=true, libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Locally applied patches:
	/Library/Perl/Updates/<version> comes before system perl directories
	installprivlib and installarchlib points to the Updates directory
	CVE-2013-1667 hashtable DOS fix
  Built under darwin
  Compiled at Aug 25 2013 01:24:40
  @INC:
    /Library/Perl/5.16/darwin-thread-multi-2level
    /Library/Perl/5.16
    /Network/Library/Perl/5.16/darwin-thread-multi-2level
    /Network/Library/Perl/5.16
    /Library/Perl/Updates/5.16.2/darwin-thread-multi-2level
    /Library/Perl/Updates/5.16.2
    /System/Library/Perl/5.16/darwin-thread-multi-2level
    /System/Library/Perl/5.16
    /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level
    /System/Library/Perl/Extras/5.16
    .