[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:18:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 89e94db0c358a7382e7c3b36185eca959430db8e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 13 03:23:22 2003 +0000

            Reviewed by me
    
            * WebCoreSupport.subproj/WebKeyGeneration.cpp:
            (signedPublicKeyAndChallengeString): Fix build-bustin' typo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5788 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5d7ddcf..7148fe0 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-12  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by me
+
+        * WebCoreSupport.subproj/WebKeyGeneration.cpp:
+        (signedPublicKeyAndChallengeString): Fix build-bustin' typo.
+
 2003-12-12  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed:
diff --git a/WebKit/WebCoreSupport.subproj/WebKeyGeneration.cpp b/WebKit/WebCoreSupport.subproj/WebKeyGeneration.cpp
index 92ade9e..a5d8a89 100644
--- a/WebKit/WebCoreSupport.subproj/WebKeyGeneration.cpp
+++ b/WebKit/WebCoreSupport.subproj/WebKeyGeneration.cpp
@@ -312,7 +312,7 @@ CFStringRef signedPublicKeyAndChallengeString(unsigned keySize, CFStringRef chal
      * First, DER-decode the key's SubjectPublicKeyInfo.
      */
     memset(&spkc, 0, sizeof(spkc));
-    perr = coder.decodeItem(subjectPubKey.KeyData, SS_SubjectPublicKeyInfoTemplate, &pkc->spki);
+    perr = coder.decodeItem(subjectPubKey.KeyData, NSS_SubjectPublicKeyInfoTemplate, &pkc->spki);
     if (perr) {
         /* should never happen */
         ERROR("***Error decoding subject public key info\n");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list