version 1.2, 2000/01/20 02:29:12 |
version 1.3, 2000/01/26 02:39:33 |
|
|
/* $OpenXM: OpenXM_contrib2/asir2000/parse/id.c,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $ */ |
/* $OpenXM: OpenXM_contrib2/asir2000/parse/id.c,v 1.2 2000/01/20 02:29:12 noro Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
|
|
static table1(),namemain(),host(),cgen(),instruction(); |
static table1(),namemain(),host(),cgen(),instruction(); |
Line 147 static instruction() |
|
Line 147 static instruction() |
|
|
|
host(&id); |
host(&id); |
fprintf(stderr, |
fprintf(stderr, |
"\nYou need a key for each machine on which you want to run Asir. |
"\nYou need a key for each machine on which you want to run Asir.\n\ |
In order to get the key, send an e-mail consisting of the following |
In order to get the key, send an e-mail consisting of the following\n\ |
single line to risa@sec.flab.fujitsu.co.jp. |
single line to risa@sec.flab.fujitsu.co.jp.\n\n\ |
|
ASIR %08x\n\n\ |
ASIR %08x |
After a while, an e-mail will be returned containing only one line like\n\n\ |
|
YYYYYYYY YYYYYYYY YYYYYYYY\n\n\ |
After a while, an e-mail will be returned containing only one line like |
Create '%s/asir_key'\n\ |
|
|
YYYYYYYY YYYYYYYY YYYYYYYY |
|
|
|
Create '%s/asir_key' |
|
if necessary and append the returned string to the file.\n", |
if necessary and append the returned string to the file.\n", |
id,asir_libdir,asir_libdir); |
id,asir_libdir,asir_libdir); |
ExitAsir(); |
ExitAsir(); |