Oops, shouldn't have changed the serial number size in x509cert_info to 256

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2384 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2005-07-06 12:59:45 +00:00
parent 2731db845d
commit 467b0e65f9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ struct x509cert_info {
int subject_len;
unsigned char issuer[256];
int issuer_len;
unsigned char serialnum[256];
unsigned char serialnum[128];
int serialnum_len;
};
struct rsakey_info {