Skip to content
Snippets Groups Projects
Commit 6c3e4429 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Updated to latest Pike 0.6.

Rev: lib/modules/Standards.pmod/PKCS.pmod/CSR.pmod:1.3
Rev: lib/modules/Standards.pmod/PKCS.pmod/Certificate.pmod:1.3
Rev: lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod:1.6
parent ce78d64c
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
* Handlig of Certifikate Signing Requests (PKCS-10) * Handlig of Certifikate Signing Requests (PKCS-10)
*/ */
#if __VERSION__ >= 0.6
import ".";
#endif /* __VERSION__ >= 0.6 */
import Standards.ASN1.Encode; import Standards.ASN1.Encode;
class CSR_Attributes class CSR_Attributes
......
...@@ -124,6 +124,10 @@ Version ::= INTEGER ...@@ -124,6 +124,10 @@ Version ::= INTEGER
*/ */
#if __VERSION__ >= 0.6
import ".";
#endif /* __VERSION__ >= 0.6 */
import Standards.ASN1.Encode; import Standards.ASN1.Encode;
import Identifiers; import Identifiers;
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
#define WERROR(x) #define WERROR(x)
#endif #endif
#if __VERSION__ >= 0.6
import ".";
#endif /* __VERSION__ >= 0.6 */
import Standards.ASN1.Encode; import Standards.ASN1.Encode;
/* Create a DER-coded RSAPrivateKey structure */ /* Create a DER-coded RSAPrivateKey structure */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment