#!/bin/bash
# Wrapper for gnupg which loads the IDEA and RSA modules for
# PGP2 compatibility
#exec /usr/bin/gpg --load-extension rsa --load-extension idea --allow-non-selfsigned-uid "$@"
exec /usr/bin/gpg --load-extension idea --allow-non-selfsigned-uid "$@"
