Back
From: metabase:user:024f1652-b61a-11e2-bdd4-3ef0481221de
Subject: PASS Crypt-OpenSSL-Bignum-0.06 v5.20.1 Mac OS X
Date: 2015-02-06T08:40:15Z
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 KMX,
This is a computer-generated report for Crypt-OpenSSL-Bignum-0.06
on perl 5.20.1, created by App::cpanminus::reporter 0.12 (1.5006).
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.06
cp Bignum.pm blib/lib/Crypt/OpenSSL/Bignum.pm
cp Bignum/CTX.pm blib/lib/Crypt/OpenSSL/Bignum/CTX.pm
Running Mkbootstrap for Crypt::OpenSSL::Bignum ()
chmod 644 "Bignum.bs"
"/usr/local/perlbrew/perls/perl-5.20.0/bin/perl" "/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/ExtUtils/xsubpp" -typemap "/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/ExtUtils/typemap" -typemap "typemap" Bignum.xs > Bignum.xsc && mv Bignum.xsc Bignum.c
Please specify prototyping behavior for Bignum.xs (see perlxs manual)
cc -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O3 -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" "-I/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/darwin-2level/CORE" -DPERL5 -DOPENSSL_NO_KRB5 Bignum.c
Bignum.xs:37:9: 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' has been explicitly marked deprecated here
void BN_clear_free(BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:45: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:45:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:45:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:46: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' has been explicitly marked deprecated here
int BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:46:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
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() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:46:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_set_word( bn, p_word ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:58: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' has been explicitly marked deprecated here
int BN_dec2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:58:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
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() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:58:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_dec2bn( &bn, p_dec_string ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:70: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' has been explicitly marked deprecated here
int BN_hex2bn(BIGNUM **a, const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:70:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
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() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:70:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_hex2bn( &bn, p_hex_string ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:84: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' has been explicitly marked deprecated here
BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:84:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
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() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:84:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_bin2bn( bin, bin_length, NULL ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:94: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:94:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:94:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:95: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' has been explicitly marked deprecated here
int BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:95:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_zero( bn ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:95:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_zero( bn ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:105: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:105:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:105:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:106: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' has been explicitly marked deprecated here
int BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:106:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_zero( bn ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:106:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_zero( bn ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:116: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:116:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:116:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:117: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' has been explicitly marked deprecated here
int BN_set_word(BIGNUM *a, BN_ULONG w) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:117:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_one( bn ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:117:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_one( bn ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:127: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:127:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:127:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:128:23: warning: 'BN_rand' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rand( bn, bits, top, bottom) );
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:411:9: note: 'BN_rand' has been explicitly marked deprecated here
int BN_rand(BIGNUM *rnd, int bits, int top,int bottom) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:128:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rand( bn, bits, top, bottom) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:128:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rand( bn, bits, top, bottom) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:138: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:138:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:138:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:139:23: warning: 'BN_pseudo_rand' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_pseudo_rand( bn, bits, top, bottom) );
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:412:9: note: 'BN_pseudo_rand' has been explicitly marked deprecated here
int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:139:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_pseudo_rand( bn, bits, top, bottom) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:139:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_pseudo_rand( bn, bits, top, bottom) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:149: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:149:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:149:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:150:23: warning: 'BN_rand_range' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rand_range( bn, r) );
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:413:5: note: 'BN_rand_range' has been explicitly marked deprecated here
int BN_rand_range(BIGNUM *rnd, const BIGNUM *range) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:150:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rand_range( bn, r) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:150:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rand_range( bn, r) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:164: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' has been explicitly marked deprecated here
char * BN_bn2dec(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:164:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
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() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:164:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = BN_bn2dec( self ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:168: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' has been explicitly marked deprecated here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:173: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' has been explicitly marked deprecated here
char * BN_bn2hex(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:173:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
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() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:173:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = BN_bn2hex( self ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:177: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' has been explicitly marked deprecated here
void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:185: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' has been explicitly marked deprecated here
int BN_num_bits(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:191:7: 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' has been explicitly marked deprecated here
int BN_bn2bin(const BIGNUM *a, unsigned char *to) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.c:620: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' has been explicitly marked deprecated here
BN_ULONG BN_get_word(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:218: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:219:23: warning: 'BN_add' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_add( bn, self, 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' has been explicitly marked deprecated here
int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:219:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_add( bn, self, b ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:219:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_add( bn, self, b ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:230: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:231:23: warning: 'BN_sub' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_sub( bn, self, 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' has been explicitly marked deprecated here
int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:231:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_sub( bn, self, b ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:231:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_sub( bn, self, b ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:245: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:246:23: warning: 'BN_mul' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mul( bn, self, 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' has been explicitly marked deprecated 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:246:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mul( bn, self, b, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:246:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mul( bn, self, b, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:261: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:262: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:263:23: warning: 'BN_div' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_div( quotient, remainder, self, 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' has been explicitly marked deprecated here
int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
^
Bignum.xs:263:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_div( quotient, remainder, self, b, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:263:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_div( quotient, remainder, self, b, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:273: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:273:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:273:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:274:23: warning: 'BN_sqr' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_sqr( bn, self, 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' has been explicitly marked deprecated here
int BN_sqr(BIGNUM *r, const BIGNUM *a,BN_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:274:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_sqr( bn, self, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:274:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_sqr( bn, self, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:289: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:290:23: warning: 'BN_div' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod( bn, self, 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' has been explicitly marked deprecated here
int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
^
Bignum.xs:290:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod( bn, self, b, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:290:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod( bn, self, b, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:303: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:303:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:303:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:304:23: warning: 'BN_mod_mul' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_mul( bn, self, 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' has been explicitly marked deprecated here
int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
^
Bignum.xs:304:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_mul( bn, self, b, m, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:304:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_mul( bn, self, b, m, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:317: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:317:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:317:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:318:23: warning: 'BN_exp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_exp( bn, self, exp, 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' has been explicitly marked deprecated 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:318:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_exp( bn, self, exp, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:318:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_exp( bn, self, exp, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:332: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:332:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:332:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:333:23: warning: 'BN_mod_exp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_exp( bn, self, exp, mod, 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' has been explicitly marked deprecated here
int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
^
Bignum.xs:333:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_exp( bn, self, exp, mod, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:333:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_exp( bn, self, exp, mod, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:346: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:346:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:346:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:347:23: warning: 'BN_mod_inverse' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_inverse( bn, self, 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' has been explicitly marked deprecated here
BIGNUM *BN_mod_inverse(BIGNUM *ret,
^
Bignum.xs:347:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_inverse( bn, self, n, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:347:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_mod_inverse( bn, self, n, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:360: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:360:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:360:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:361:23: warning: 'BN_gcd' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_gcd( bn, self, 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' has been explicitly marked deprecated 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:361:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_gcd( bn, self, b, ctx ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:361:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_gcd( bn, self, b, ctx ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:369:14: warning: 'BN_cmp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
RETVAL = BN_cmp(self, b) == 0 ? 1 : 0;
^
/usr/include/openssl/bn.h:467:5: note: 'BN_cmp' has been explicitly marked deprecated here
int BN_cmp(const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.c:1406:11: warning: 'BN_cmp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
RETVAL = BN_cmp(self, b);
^
/usr/include/openssl/bn.h:467:5: note: 'BN_cmp' has been explicitly marked deprecated here
int BN_cmp(const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.c:1434:11: warning: 'BN_num_bits' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
RETVAL = BN_num_bits(self);
^
/usr/include/openssl/bn.h:415:5: note: 'BN_num_bits' has been explicitly marked deprecated here
int BN_num_bits(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.c:1462:11: warning: 'BN_num_bits' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
RETVAL = 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' has been explicitly marked deprecated here
int BN_num_bits(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:387: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:387:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:387:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:388:23: warning: 'BN_rshift' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rshift( bn, self, n ) );
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:498:5: note: 'BN_rshift' has been explicitly marked deprecated here
int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:388:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rshift( bn, self, n ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:388:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_rshift( bn, self, n ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:398: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' has been explicitly marked deprecated here
BIGNUM *BN_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:398:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:398:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( bn = BN_new() );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:399:23: warning: 'BN_lshift' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_lshift( bn, self, n ) );
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:470:5: note: 'BN_lshift' has been explicitly marked deprecated here
int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:399:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_lshift( bn, self, n ) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:399:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( BN_lshift( bn, self, n ) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.c:1573:11: warning: 'BN_ucmp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
RETVAL = BN_ucmp(self, b);
^
/usr/include/openssl/bn.h:502:5: note: 'BN_ucmp' has been explicitly marked deprecated here
int BN_ucmp(const BIGNUM *a, const BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.c:1610:2: warning: 'BN_swap' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
BN_swap(self, b);
^
/usr/include/openssl/bn.h:421:6: note: 'BN_swap' has been explicitly marked deprecated here
void BN_swap(BIGNUM *a, BIGNUM *b) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:413:32: warning: 'BN_dup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = BN_dup(self) );
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:501:9: note: 'BN_dup' has been explicitly marked deprecated here
BIGNUM *BN_dup(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:413:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = BN_dup(self) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:413:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = BN_dup(self) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:420:39: warning: 'BN_dup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = PTR2IV(BN_dup(self)) );
^
/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/darwin-2level/CORE/perl.h:1684:30: note: expanded from macro 'PTR2IV'
#define PTR2IV(p) INT2PTR(IV,p)
^
/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/darwin-2level/CORE/perl.h:1665:32: note: expanded from macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^
Bignum.xs:8:44: note: expanded from macro 'checkOpenSslCall'
#define checkOpenSslCall( result ) if( ! ( result ) ) \
^
/usr/include/openssl/bn.h:501:9: note: 'BN_dup' has been explicitly marked deprecated here
BIGNUM *BN_dup(const BIGNUM *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:420:5: warning: 'ERR_reason_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = PTR2IV(BN_dup(self)) );
^
Bignum.xs:9:31: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:283:13: note: 'ERR_reason_error_string' has been explicitly marked deprecated here
const char *ERR_reason_error_string(unsigned long e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:420:5: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
checkOpenSslCall( RETVAL = PTR2IV(BN_dup(self)) );
^
Bignum.xs:9:56: note: expanded from macro 'checkOpenSslCall'
croak( "OpenSSL error: %s", ERR_reason_error_string( ERR_get_error() ) );
^
/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' has been explicitly marked deprecated here
unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:429:18: 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' has been explicitly marked deprecated here
BN_CTX *BN_CTX_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:436:9: 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' has been explicitly marked deprecated here
void BN_CTX_free(BN_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
Bignum.xs:32:5: warning: 'ERR_load_crypto_strings' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
ERR_load_crypto_strings();
^
/usr/include/openssl/err.h:296:6: note: 'ERR_load_crypto_strings' has been explicitly marked deprecated here
void ERR_load_crypto_strings(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
^
147 warnings generated.
rm -f blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bundle
LD_RUN_PATH="/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -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/local/perlbrew/perls/perl-5.20.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bignum.bs blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bs 644
Manifying 2 pod documents
Running Mkbootstrap for Crypt::OpenSSL::Bignum ()
chmod 644 "Bignum.bs"
PERL_DL_NONLAZY=1 "/usr/local/perlbrew/perls/perl-5.20.0/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..67
# Running under perl version 5.020001 for darwin
# Current time local: Fri Feb 6 09:39:29 2015
# Current time GMT: Fri Feb 6 08:39:29 2015
# 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
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
Manifying 2 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1/darwin-2level/auto/Crypt/OpenSSL/Bignum/Bignum.bundle
Installing /usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1/darwin-2level/Crypt/OpenSSL/Bignum.pm
Installing /usr/local/perlbrew/perls/perl-5.20.0/man/man3/Crypt::OpenSSL::Bignum.3
Appending installation info to /usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/darwin-2level/perllocal.pod
-> OK
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
PATH = /Users/lars/.opam/system/bin:/usr/local/perlbrew/bin:/usr/local/perlbrew/perls/perl-5.20.0/bin:/Users/lars/bin:/usr/local/bin:/usr/local/sbin:/usr/texbin:/usr/local/share/npm/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin:/usr/local/opt/ruby/bin:/Users/lars/Documents/Code/instantclient_11_2
PERL5LIB = /Users/lars/.opam/system/lib/perl5:
PERLBREW_BASHRC_VERSION = 0.69
PERLBREW_HOME = /Users/lars/.perlbrew
PERLBREW_MANPATH = /usr/local/perlbrew/perls/perl-5.20.0/man
PERLBREW_PATH = /usr/local/perlbrew/bin:/usr/local/perlbrew/perls/perl-5.20.0/bin
PERLBREW_PERL = perl-5.20.0
PERLBREW_ROOT = /usr/local/perlbrew
PERLBREW_VERSION = 0.69
SHELL = /usr/local/bin/bash
TERM = xterm-256color
TMPDIR = /var/folders/xf/vtrkmvcx50sg9tn225y87mlm0019yg/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 5 12 61 79 80 81 98 33 100 204 398 399
EUID = 42959
EXECUTABLE_NAME = /usr/local/perlbrew/perls/perl-5.20.0/bin/perl
GID = 20 20 5 12 61 79 80 81 98 33 100 204 398 399
UID = 42959
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.05
CPAN::Meta 2.143240
Cwd 3.48
ExtUtils::CBuilder 0.280220
ExtUtils::Command 1.20
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.04
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.48
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4211
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.35
Test::More 1.001014
YAML 1.14
YAML::Syck 1.29
version 0.9912
--
Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
Platform:
osname=darwin, osvers=14.0.0, archname=darwin-2level
uname='darwin lars.hq.netapp.com 14.0.0 darwin kernel version 14.0.0: fri sep 19 00:26:44 pdt 2014; root:xnu-2782.1.97~2release_x86_64 x86_64 '
config_args='-de -Dprefix=/usr/local/perlbrew/perls/perl-5.20.0 -Aeval:scriptdir=/usr/local/perlbrew/perls/perl-5.20.0/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)', 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='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib
libs=-lgdbm -ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under darwin
Compiled at Oct 28 2014 14:56:46
%ENV:
PERL5LIB="/Users/lars/.opam/system/lib/perl5:"
PERLBREW_BASHRC_VERSION="0.69"
PERLBREW_HOME="/Users/lars/.perlbrew"
PERLBREW_MANPATH="/usr/local/perlbrew/perls/perl-5.20.0/man"
PERLBREW_PATH="/usr/local/perlbrew/bin:/usr/local/perlbrew/perls/perl-5.20.0/bin"
PERLBREW_PERL="perl-5.20.0"
PERLBREW_ROOT="/usr/local/perlbrew"
PERLBREW_VERSION="0.69"
@INC:
/Users/lars/.opam/system/lib/perl5
/usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1/darwin-2level
/usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1
/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1/darwin-2level
/usr/local/perlbrew/perls/perl-5.20.0/lib/5.20.1
/usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/darwin-2level
/usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0
/usr/local/perlbrew/perls/perl-5.20.0/lib/site_perl
.