der fixes and additions
This commit is contained in:
committed by
Steffen Jaeckel
parent
7050bdb7c8
commit
2cb8c44113
@@ -10,13 +10,13 @@
|
||||
#include "tomcrypt.h"
|
||||
|
||||
static const oid_st rsa_oid = {
|
||||
.OIDlen = 7,
|
||||
.OID = { 1, 2, 840, 113549, 1, 1, 1 },
|
||||
{ 1, 2, 840, 113549, 1, 1, 1 },
|
||||
7,
|
||||
};
|
||||
|
||||
static const oid_st dsa_oid = {
|
||||
.OIDlen = 6,
|
||||
.OID = { 1, 2, 840, 10040, 4, 1 },
|
||||
{ 1, 2, 840, 10040, 4, 1 },
|
||||
6,
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user