Skip to content

Commit

Permalink
Missed a PPC one
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop committed Apr 29, 2024
1 parent e600083 commit 705f1e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/fipsmodule/sha/sha1-altivec.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@

#include <altivec.h>

void sha1_block_data_order(uint32_t *state, const uint8_t *data, size_t num);

static uint32_t rotate(uint32_t a, int n) { return (a << n) | (a >> (32 - n)); }

typedef vector unsigned int vec_uint32_t;
Expand Down

0 comments on commit 705f1e6

Please sign in to comment.