require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&__pkcs10_asn1_h__)) { eval 'sub __pkcs10_asn1_h__ () {1;}' unless defined(&__pkcs10_asn1_h__); require 'stddef.ph'; require 'time.ph'; unless(defined(&__asn1_common_definitions__)) { eval 'sub __asn1_common_definitions__ () {1;}' unless defined(&__asn1_common_definitions__); eval 'sub ASN1_MALLOC_ENCODE { my($T, $B, $BL, $S, $L, $R) = @_; eval q( &do { ($BL) = &length_$T(($S)); ($B) = &malloc(($BL)); &if(($B) == &NULL) { ($R) = &ENOMEM; } &else { ($R) = &encode_$T((($B)) + ($BL) - 1, ($BL), ($S), ($L)); &if(($R) != 0) { &free(($B)); ($B) = &NULL; } } } &while (0)); }' unless defined(&ASN1_MALLOC_ENCODE); } require 'rfc2459_asn1.ph'; eval("sub pkcs10_v1 () { 0; }") unless defined(&pkcs10_v1); } 1;