From 41f1e72407e7188a373996d06655bfb4eb2623e4 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Thu, 14 Apr 2011 13:26:09 -0700 Subject: [PATCH] fix SUBJECT_CN dynamic type (was issuser) --- ctaocrypt/include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctaocrypt/include/types.h b/ctaocrypt/include/types.h index fd8e5bcac..207ee644c 100644 --- a/ctaocrypt/include/types.h +++ b/ctaocrypt/include/types.h @@ -170,7 +170,7 @@ enum { DYNAMIC_TYPE_CERT = 2, DYNAMIC_TYPE_KEY = 3, DYNAMIC_TYPE_FILE = 4, - DYNAMIC_TYPE_ISSUER_CN = 5, + DYNAMIC_TYPE_SUBJECT_CN = 5, DYNAMIC_TYPE_PUBLIC_KEY = 6, DYNAMIC_TYPE_SIGNER = 7, DYNAMIC_TYPE_NONE = 8,