@@ -48,10 +48,11 @@ } [pool release]; return [OFString stringWithCString: cString + encoding: OF_STRING_ENCODING_ASCII length: 32]; } - (OFString*)SHA1Hash { @@ -76,8 +77,9 @@ } [pool release]; return [OFString stringWithCString: cString + encoding: OF_STRING_ENCODING_ASCII length: 40]; } @end