-
Notifications
You must be signed in to change notification settings - Fork 84
Description
=======================================================================
int asn1_write_oid( unsigned char **p, unsigned char *start, char *oid )
^~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:114:5: note: previous declaration of 'asn1_write_oid' was here
int asn1_write_oid( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~
asn1write.c:142:5: error: conflicting types for 'asn1_write_algorithm_identifier'
int asn1_write_algorithm_identifier( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:130:5: note: previous declaration of 'asn1_write_algorithm_identifier' was here
int asn1_write_algorithm_identifier( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asn1write.c:196:5: error: conflicting types for 'asn1_write_printable_string'
int asn1_write_printable_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:170:5: note: previous declaration of 'asn1_write_printable_string' was here
int asn1_write_printable_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
asn1write.c:218:5: error: conflicting types for 'asn1_write_ia5_string'
int asn1_write_ia5_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~
In file included from asn1write.c:30:0:
/usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:185:5: note: previous declaration of 'asn1_write_ia5_string' was here
int asn1_write_ia5_string( unsigned char **p, unsigned char *start,
^~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:85: asn1write.o] Error 1
../scripts/015-polarssl.sh: Failed.