Crypt-OpenSSL-RSA v0.28 Perl 5 v5.12.1 armv6l-linux-thread-multi

Status
Unknown
From
Nigel Horne
Dist
Crypt-OpenSSL-RSA v0.28
Platform
Perl 5 v5.12.1 armv6l-linux-thread-multi
Date
2018-02-07 13:27:26
ID
a31d9270-0c0a-11e8-af2b-acaf1d79aee4
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 Moritz Onken,

This is a computer-generated report for Crypt-OpenSSL-RSA-0.28
on perl 5.12.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

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

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

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

Output from '/usr/bin/make -j4 -j4':

Running Mkbootstrap for RSA ()
"/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/site_perl/5.12.1/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/ExtUtils/typemap' -typemap '/home/njh/.cpan/build/Crypt-OpenSSL-RSA-0.28-6/typemap'  RSA.xs > RSA.xsc
chmod 644 "RSA.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644
cp RSA.pm blib/lib/Crypt/OpenSSL/RSA.pm
AutoSplitting blib/lib/Crypt/OpenSSL/RSA.pm (blib/lib/auto/Crypt/OpenSSL/RSA)
mv RSA.xsc RSA.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE"  -DPERL5 -DOPENSSL_NO_KRB5 RSA.c
RSA.xs:32:6: warning: no previous prototype for ‘croakSsl’ [-Wmissing-prototypes]
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:50:6: warning: no previous prototype for ‘_is_private’ [-Wmissing-prototypes]
 char _is_private(rsaData* p_rsa)
      ^~~~~~~~~~~
RSA.xs: In function ‘_is_private’:
RSA.xs:52:22: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
     return(p_rsa->rsa->d != NULL);
                      ^~
RSA.xs: At top level:
RSA.xs:55:5: warning: no previous prototype for ‘make_rsa_obj’ [-Wmissing-prototypes]
 SV* make_rsa_obj(SV* p_proto, RSA* p_rsa)
     ^~~~~~~~~~~~
RSA.xs:68:5: warning: no previous prototype for ‘get_digest_length’ [-Wmissing-prototypes]
 int get_digest_length(int hash_method)
     ^~~~~~~~~~~~~~~~~
RSA.xs:101:16: warning: no previous prototype for ‘get_message_digest’ [-Wmissing-prototypes]
 unsigned char* get_message_digest(SV* text_SV, int hash_method)
                ^~~~~~~~~~~~~~~~~~
RSA.xs:139:5: warning: no previous prototype for ‘bn2sv’ [-Wmissing-prototypes]
 SV* bn2sv(BIGNUM* p_bn)
     ^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:954:0,
                 from RSA.xs:2:
RSA.xs: In function ‘bn2sv’:
RSA.xs:142:30: warning: cast from function call of type ‘BIGNUM * {aka struct bignum_st *}’ to non-matching type ‘long int’ [-Wbad-function-cast]
         ? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/embed.h:3325:46: note: in definition of macro ‘sv_2mortal’
 #define sv_2mortal(a)  Perl_sv_2mortal(aTHX_ a)
                                              ^
RSA.xs:142:22: note: in expansion of macro ‘newSViv’
         ? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
                      ^~~~~~~
RSA.xs: At top level:
RSA.xs:146:5: warning: no previous prototype for ‘extractBioString’ [-Wmissing-prototypes]
 SV* extractBioString(BIO* p_stringBio)
     ^~~~~~~~~~~~~~~~
RSA.xs: In function ‘extractBioString’:
RSA.xs:151:47: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(BIO_flush(p_stringBio) == 1);
                                               ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:155:62: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(BIO_set_close(p_stringBio, BIO_CLOSE) == 1);
                                                              ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs: At top level:
RSA.xs:160:6: warning: no previous prototype for ‘_load_rsa_key’ [-Wmissing-prototypes]
 RSA* _load_rsa_key(SV* p_keyStringSv,
      ^~~~~~~~~~~~~
RSA.xs: In function ‘_load_rsa_key’:
RSA.xs:171:75: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new_mem_buf(keyString, keyStringLength));
                                                                           ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:175:60: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(BIO_set_close(stringBIO, BIO_CLOSE) == 1);
                                                            ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:178:23: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(rsa);
                       ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs: At top level:
RSA.xs:182:5: warning: no previous prototype for ‘rsa_crypt’ [-Wmissing-prototypes]
 SV* rsa_crypt(rsaData* p_rsa, SV* p_from,
     ^~~~~~~~~
RSA.xs: In function ‘rsa_crypt’:
RSA.xs:202:25: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         CHECK_OPEN_SSL(0);
                         ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_new_private_key’:
RSA.c:366:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:382:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__new_public_key_pkcs1’:
RSA.c:389:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:405:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__new_public_key_x509’:
RSA.c:412:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:428:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_DESTROY’:
RSA.c:435:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:452:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:452:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_get_private_key_string’:
RSA.c:459:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:259:52: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new(BIO_s_mem()));
                                                    ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:485:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_get_public_key_string’:
RSA.c:492:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:273:52: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new(BIO_s_mem()));
                                                    ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:517:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_get_public_key_x509_string’:
RSA.c:524:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:286:52: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(stringBIO = BIO_new(BIO_s_mem()));
                                                    ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:549:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_generate_key’:
RSA.c:556:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:301:5: warning: ‘RSA_generate_key’ is deprecated [-Wdeprecated-declarations]
     CHECK_OPEN_SSL(rsa = RSA_generate_key(SvIV(bitsSV), exponent, NULL, NULL));
     ^~~~~~~~~~~~~~
In file included from /usr/include/openssl/rsa.h:13:0,
                 from /usr/include/openssl/x509.h:31,
                 from /usr/include/openssl/pem.h:17,
                 from RSA.xs:10:
/usr/include/openssl/rsa.h:193:1: note: declared here
 DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
 ^
RSA.xs:301:78: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(rsa = RSA_generate_key(SvIV(bitsSV), exponent, NULL, NULL));
                                                                              ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:583:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__new_key_from_parameters’:
RSA.c:590:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:327:35: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(rsa = RSA_new());
                                   ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:371:29: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             CHECK_OPEN_SSL(0);
                             ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:677:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__get_key_parameters’:
RSA.c:684:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:390:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->n));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:390:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->n));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:391:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->e));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:391:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->e));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:392:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->d));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:392:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->d));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:393:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->p));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:393:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->p));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:394:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->q));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:394:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->q));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:395:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->dmp1));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:395:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->dmp1));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:396:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->dmq1));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:396:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->dmq1));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro ‘STMT_START’
 #define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) {  \
                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                ^~~~~~
RSA.xs:397:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->iqmp));
     ^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                   ^~~~~~~~~~
RSA.xs:397:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(bn2sv(rsa->iqmp));
     ^~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_encrypt’:
RSA.c:721:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:742:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_decrypt’:
RSA.c:749:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:774:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_private_encrypt’:
RSA.c:781:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:806:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_public_decrypt’:
RSA.c:813:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:834:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_size’:
RSA.c:841:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:858:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:858:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                  ^~~~~~~~~~
RSA.c:858:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:860:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_check_key’:
RSA.c:867:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:888:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:888:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                  ^~~~~~~~~~
RSA.c:888:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:890:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__random_seed’:
RSA.c:897:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:914:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:914:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                  ^~~~~~~~~~
RSA.c:914:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:916:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA__random_status’:
RSA.c:923:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:932:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:932:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                  ^~~~~~~~~~
RSA.c:932:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:934:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_md5_hash’:
RSA.c:941:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:957:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:957:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha1_hash’:
RSA.c:964:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:980:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:980:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha224_hash’:
RSA.c:990:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1006:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1006:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha256_hash’:
RSA.c:1013:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1029:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1029:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha384_hash’:
RSA.c:1036:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1052:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1052:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sha512_hash’:
RSA.c:1059:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1075:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1075:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_ripemd160_hash’:
RSA.c:1083:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1099:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1099:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_no_padding’:
RSA.c:1106:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1122:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1122:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_pkcs1_padding’:
RSA.c:1129:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1145:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1145:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_pkcs1_oaep_padding’:
RSA.c:1152:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1168:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1168:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_use_sslv23_padding’:
RSA.c:1175:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
RSA.c:1191:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
RSA.c:1191:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_sign’:
RSA.c:1198:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:578:73: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(digest = get_message_digest(text_SV, p_rsa->hashMode));
                                                                         ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:584:40: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
                             p_rsa->rsa));
                                        ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:1241:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_verify’:
RSA.c:1248:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
RSA.xs:605:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (RSA_size(p_rsa->rsa) < sig_length)
                              ^
RSA.xs:610:73: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     CHECK_OPEN_SSL(digest = get_message_digest(text_SV, p_rsa->hashMode));
                                                                         ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.xs:619:44: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             CHECK_OPEN_SSL(ERR_peek_error());
                                            ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:289:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
RSA.xs:620:13: note: in expansion of macro ‘XSRETURN_NO’
             XSRETURN_NO;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:289:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
RSA.xs:620:13: note: in expansion of macro ‘XSRETURN_NO’
             XSRETURN_NO;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:290:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
RSA.xs:623:13: note: in expansion of macro ‘XSRETURN_YES’
             XSRETURN_YES;
             ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:290:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
RSA.xs:623:13: note: in expansion of macro ‘XSRETURN_YES’
             XSRETURN_YES;
             ^~~~~~~~~~~~
RSA.xs:626:29: warning: passing argument 1 of ‘croakSsl’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             CHECK_OPEN_SSL(0);
                             ^
RSA.xs:32:6: note: expected ‘char *’ but argument is of type ‘const char *’
 void croakSsl(char* p_file, int p_line)
      ^~~~~~~~
RSA.c: In function ‘XS_Crypt__OpenSSL__RSA_is_private’:
RSA.c:1308:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:1325:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro ‘PUSHTARG’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                        ^~~~~~~~
RSA.c:1325:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                  ^~~~~~~~~~
RSA.c:1325:13: note: in expansion of macro ‘PUSHi’
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
RSA.c:1327:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
RSA.c: In function ‘boot_Crypt__OpenSSL__RSA’:
RSA.c:1336:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from RSA.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:298:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
RSA.c:1348:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:290:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
RSA.c:1400:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi/CORE/XSUB.h:290:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
RSA.c:1400:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^~~~~~~~~~~~
RSA.xs: In function ‘_is_private’:
RSA.xs:53:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Makefile:345: recipe for target 'RSA.o' failed
make: *** [RSA.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module                 Need Have
    ---------------------- ---- ----
    Crypt::OpenSSL::Random 0    0.11
    Test                   0    1.26

build_requires:

    Module                 Need Have
    ---------------------- ---- ----
    ExtUtils::MakeMaker    0    7.30

configure_requires:

    Module                 Need Have
    ---------------------- ---- ----
    ExtUtils::MakeMaker    0    7.30


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j4
    LANG = en_GB.UTF-8
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin:src/njh/smoker/bin:/usr/bin:/bin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.12.1/bin/perl
    PERL5LIB = /home/njh/.cpan/build/Crypt-OpenSSL-Random-0.11-6/blib/arch:/home/njh/.cpan/build/Crypt-OpenSSL-Random-0.11-6/blib/lib:/home/njh/.cpan/build/Crypt-OpenSSL-DSA-0.19-10/blib/arch:/home/njh/.cpan/build/Crypt-OpenSSL-DSA-0.19-10/blib/lib:/home/njh/.cpan/build/Crypt-OpenSSL-Bignum-0.09-10/blib/arch:/home/njh/.cpan/build/Crypt-OpenSSL-Bignum-0.09-10/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 17497
    PERL5_CPAN_IS_RUNNING = 17497
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.12.1/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin
    PERLBREW_PERL = perl-5.12.1
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    SHELL = /bin/sh

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.12.1/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
    $EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4218  
    Module::Signature   0.70    
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.36    
    Test::More          1.302075
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 12 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.2.27+, archname=armv6l-linux-thread-multi
    uname='linux pi 3.2.27+ #250 preempt thu oct 18 19:03:02 bst 2012 armv6l gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.12.1 -Duseithreads -Dusemultiplicity -Accflags=-Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.6.3', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Built under linux
  Compiled at Feb  6 2013 08:39:18
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin/perl"
    PERL5LIB="/home/njh/.cpan/build/Crypt-OpenSSL-Random-0.11-6/blib/arch:/home/njh/.cpan/build/Crypt-OpenSSL-Random-0.11-6/blib/lib:/home/njh/.cpan/build/Crypt-OpenSSL-DSA-0.19-10/blib/arch:/home/njh/.cpan/build/Crypt-OpenSSL-DSA-0.19-10/blib/lib:/home/njh/.cpan/build/Crypt-OpenSSL-Bignum-0.09-10/blib/arch:/home/njh/.cpan/build/Crypt-OpenSSL-Bignum-0.09-10/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="17497"
    PERL5_CPAN_IS_RUNNING="17497"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.12.1/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.1/bin"
    PERLBREW_PERL="perl-5.12.1"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
  @INC:
    /home/njh/.cpan/build/Crypt-OpenSSL-Random-0.11-6/blib/arch
    /home/njh/.cpan/build/Crypt-OpenSSL-Random-0.11-6/blib/lib
    /home/njh/.cpan/build/Crypt-OpenSSL-DSA-0.19-10/blib/arch
    /home/njh/.cpan/build/Crypt-OpenSSL-DSA-0.19-10/blib/lib
    /home/njh/.cpan/build/Crypt-OpenSSL-Bignum-0.09-10/blib/arch
    /home/njh/.cpan/build/Crypt-OpenSSL-Bignum-0.09-10/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/site_perl/5.12.1/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/site_perl/5.12.1
    /home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.12.1/lib/5.12.1
    .