OSDN Git Service

libgo: Update to weekly.2012-01-20.
[pf3gnuchains/gcc-fork.git] / libgo / go / crypto / openpgp / canonical_text.go
index 98cee5e..e601e38 100644 (file)
@@ -53,3 +53,7 @@ func (cth *canonicalTextHash) Reset() {
 func (cth *canonicalTextHash) Size() int {
        return cth.h.Size()
 }
+
+func (cth *canonicalTextHash) BlockSize() int {
+       return cth.h.BlockSize()
+}