Subversion Repositories Tewi

Rev

Rev 128 | Rev 240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 168
Line 1... Line 1...
1
/* $Id: option.c 128 2024-09-23 10:19:19Z nishi $ */
1
/* $Id: option.c 168 2024-09-26 20:24:04Z nishi $ */
2
/* This file is not intended to be in the server. */
2
/* This file is not intended to be in the server. */
3
 
3
 
4
#include <stdio.h>
4
#include <stdio.h>
5
#include <string.h>
5
#include <string.h>
6
 
6
 
Line 26... Line 26...
26
#ifndef NO_SSL
26
#ifndef NO_SSL
27
		printf("-lssl -lcrypto");
27
		printf("-lssl -lcrypto");
28
#endif
28
#endif
29
	}
29
	}
30
	printf("\n");
30
	printf("\n");
-
 
31
	return 0;
31
}
32
}