File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl? )
1
+ // vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
2
2
module ecdsa
3
3
4
4
fn test_ecdsa () {
Original file line number Diff line number Diff line change 1
- // vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl? )
1
+ // vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
2
2
import rand
3
3
import crypto.ecdsa
4
4
import encoding.hex
Original file line number Diff line number Diff line change 1
- // vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl? )
1
+ // vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
2
2
import net.openssl
3
3
import crypto.ecdsa
4
4
Original file line number Diff line number Diff line change 1
- // vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl? )
1
+ // vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl)
2
2
module ecdsa
3
3
4
4
import encoding.hex
You can’t perform that action at this time.
0 commit comments