openssl/util/reset_serdes.sh
Richard Levitte f650993f1d Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
These are the scripts that do the deed.

Fixes #12455

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12660)
2020-08-21 09:23:58 +02:00

6 lines
96 B
Bash
Executable File

#! /bin/sh
git restore --staged .
git restore .
git clean -f crypto doc include providers test