7 lines
124 B
Bash
7 lines
124 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# bdes cannot be exported, so this is just a do-nothing script.
|
||
|
|
||
|
echo "$0: encryption not supported" 1>&2
|
||
|
exit 1
|