Sergei Trofimovich e5e7469b64 state.c: fix --with-openssl build
Build failure happens at:

```
$ ./configure --with-openssl && make
....
state.c: In function 'r_hash_do_hmac_sha256':
state.c:155:19: error: 'r_SHA256_BLOCK_LENGTH' undeclared (first use in this function); did you mean 'SHA256_BLOCK_LENGTH'?
  155 |         ut8 bskey[r_SHA256_BLOCK_LENGTH]; // block-sized key
      |                   ^~~~~~~~~~~~~~~~~~~~~
      |                   SHA256_BLOCK_LENGTH
```

The change defines r2_.* aliases for openssl implementation.
2021-04-13 11:29:26 +02:00
..
2021-01-15 09:37:56 +01:00
2021-04-13 11:29:26 +02:00