Commit 95159d0d authored by sanketh's avatar sanketh
Browse files

oops forgot compiler directive

parent cc16063a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ impl Hasher {
        if self.state == Finalized {
            self.init()?;
        }
        #[cfg(ossl330)]
        if self.state == Squeeze {
            // [`EVP_DigestUpdate`], depending on the implementation, may allow Updates after Squeezes.
            // But, [FIPS 202], as shown in Figure 7, has a distinguished absorbing phase followed by a squeezing phase.