| commit | 719eba5bb1fbc72e3b55450f16b38a6be5640055 | [log] [tgz] |
|---|---|---|
| author | Chung-yih Wang <cywang@google.com> | Fri Jul 24 11:33:45 2009 +0800 |
| committer | Chung-yih Wang <cywang@google.com> | Fri Jul 24 11:33:45 2009 +0800 |
| tree | edd5b5178e70733642d9d5275d6a6102bcd657f3 | |
| parent | 75b681639d3945d22d4ab90856a65a05405d2538 [diff] [blame] |
Change to SPKAC certificate request format for keygen.
diff --git a/keystore/jni/cert.h b/keystore/jni/cert.h index aaa7602..a9e1a9e 100644 --- a/keystore/jni/cert.h +++ b/keystore/jni/cert.h
@@ -32,8 +32,9 @@ #define ERR_CONSTRUCT_NEW_DATA 2 #define ERR_RSA_KEYGEN 3 #define ERR_X509_PROCESS 4 -#define ERR_BIO_READ 5 -#define ERR_MAXIMUM 6 +#define ERR_SPKAC_TOO_LONG 5 +#define ERR_INVALID_ARGS 6 +#define ERR_MAXIMUM 7 typedef struct { EVP_PKEY *pkey;