X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgenauth.c;h=1d2645760375358f5d9ae8a7e718c6bd19693c82;hp=976e3108aab437c59e737d35b1bbc8d86b052f6e;hb=8cb4bb619d777022a55255c5fa17a1a55a270ff3;hpb=f20df109a638ac3a86efa70fac39e1dae8e87208 diff --git a/src/genauth.c b/src/genauth.c index 976e3108..1d264576 100644 --- a/src/genauth.c +++ b/src/genauth.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + $Id: genauth.c,v 1.7 2000/05/31 18:21:27 zarq Exp $ */ #include "config.h" @@ -37,6 +39,10 @@ int main(int argc, char **argv) int bits, c, i, bytes; unsigned char *p; + setlocale (LC_ALL, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + if(argc > 2 || (argc == 2 && (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")))) { fprintf(stderr, _("Usage: %s bits\n"), argv[0]);