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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:17:44 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5aaafb16039ad8f2bf8a37d7ccb1cb767ea46ce7
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 10 22:39:49 2003 +0000

            * kwq/KWQKSSLKeyGen.mm:
            (KSSLKeyGen::signedPublicKeyAndChallengeString): removed unnecessary includes
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5747 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index b3699d6..afb74b0 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2003-12-10  Chris Blumenberg  <cblu at apple.com>
+
+        * kwq/KWQKSSLKeyGen.mm:
+        (KSSLKeyGen::signedPublicKeyAndChallengeString): removed unnecessary includes
+
 2003-12-10  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3505846, overflow:auto region doesn't update when scrolled.  The child layers inside an overflow:auto
diff --git a/WebCore/kwq/KWQKSSLKeyGen.mm b/WebCore/kwq/KWQKSSLKeyGen.mm
index 2e9f1f8..23d3261 100644
--- a/WebCore/kwq/KWQKSSLKeyGen.mm
+++ b/WebCore/kwq/KWQKSSLKeyGen.mm
@@ -25,12 +25,9 @@
 
 #import "KWQKSSLKeyGen.h"
 
-#import "KWQAssertions.h"
 #import "KWQString.h"
 #import "WebCoreKeyGenerator.h"
 
-#import <Security/Security.h>
-
 QStringList KSSLKeyGen::supportedKeySizes()
 { 
     NSEnumerator *enumerator = [[[WebCoreKeyGenerator sharedGenerator] strengthMenuItemTitles] objectEnumerator];
@@ -45,4 +42,4 @@ QStringList KSSLKeyGen::supportedKeySizes()
 QString KSSLKeyGen::signedPublicKeyAndChallengeString(unsigned keySizeIndex, const QString &challengeString)
 {   
     return QString::fromNSString([[WebCoreKeyGenerator sharedGenerator] signedPublicKeyAndChallengeStringWithStrengthIndex:keySizeIndex challenge:challengeString.getNSString()]);
-}
\ No newline at end of file
+}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list