mirror of
https://github.com/openwrt/packages.git
synced 2026-05-05 11:35:39 +04:00
bb278a015c
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
76 B
Bash
6 lines
76 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-pyopenssl ] || exit 0
|
|
|
|
python3 -m OpenSSL.debug
|