summaryrefslogtreecommitdiff
path: root/usr.bin/bdes/bdes.sh
blob: deea170b715187b32f9fe302fcb2d20048f2fae8 (plain)
1
2
3
4
5
6
#!/bin/sh

# bdes cannot be exported, so this is just a do-nothing script.

echo "$0: encryption not supported" 1>&2
exit 1