mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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)
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#! /bin/sh
|
|
|
|
git restore --staged .
|
|
git restore .
|
|
git clean -f crypto doc include providers test
|