Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@146625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
#include "nsXPCOMCID.h"
|
||||
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS2(nsNSSASN1Sequence, nsIASN1Sequence,
|
||||
nsIASN1Object);
|
||||
nsIASN1Object)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS2(nsNSSASN1PrintableItem, nsIASN1PrintableItem,
|
||||
nsIASN1Object);
|
||||
nsIASN1Object)
|
||||
|
||||
// This function is used to interpret an integer that
|
||||
// was encoded in a DER buffer. This function is used
|
||||
|
||||
Reference in New Issue
Block a user