From 8f57f4ebe9fabc883c9f81da64e0e5ff7cfef273 Mon Sep 17 00:00:00 2001 From: "tomw%netscape.com" Date: Mon, 5 Oct 1998 22:47:13 +0000 Subject: [PATCH] Pull changes forward from Nova. Missing typedef. git-svn-id: svn://10.0.0.236/trunk@11954 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/security/freenav/secstubn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/modules/security/freenav/secstubn.h b/mozilla/modules/security/freenav/secstubn.h index 9246f8db261..3ab0e683eaf 100644 --- a/mozilla/modules/security/freenav/secstubn.h +++ b/mozilla/modules/security/freenav/secstubn.h @@ -21,6 +21,7 @@ #include "ntypes.h" #include "net.h" +typedef struct CERTCertificateStr CERTCertificate; typedef struct _digests DIGESTS; typedef struct _zig ZIG; typedef struct _zigcontext ZIG_Context;