From 3935796d1b85d9ba3be9d0526fd35f25831e3cbb Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 10 Aug 2010 13:44:19 +0000 Subject: Typo fixes --- src/wrap/python/rsa.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrap/python/rsa.cpp b/src/wrap/python/rsa.cpp index 2aa30efd7..cbccf96e8 100644 --- a/src/wrap/python/rsa.cpp +++ b/src/wrap/python/rsa.cpp @@ -40,7 +40,7 @@ class Py_RSA_PrivateKey { SecureVector bits = PKCS8::BER_encode(*rsa_key); - return std;:string(reinterpret_cast(&bits[0]), + return std::string(reinterpret_cast(&bits[0]), bits.size()); } @@ -125,7 +125,7 @@ class Py_RSA_PublicKey { SecureVector bits = X509::BER_encode(*rsa_key); - return std;:string(reinterpret_cast(&bits[0]), + return std::string(reinterpret_cast(&bits[0]), bits.size()); } -- cgit v1.2.3