Skip to content

Commit

Permalink
Add support for mips and mipsle (32bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
selvakn authored and jacobsa committed Sep 24, 2018
1 parent c73681c commit d95898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmac/hash_32bit.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build 386 arm,!arm64
// +build 386 arm,!arm64 mips mipsle

package cmac

Expand Down

0 comments on commit d95898c

Please sign in to comment.