386BSD 0.1 development
[unix-history] / usr / othersrc / contrib / isode / h / quipu / dua.h
CommitLineData
2596a09e
WJ
1/* dua.h - */
2
3/*
4 * $Header: /f/osi/h/quipu/RCS/dua.h,v 7.1 91/02/22 09:25:52 mrose Interim $
5 *
6 *
7 * $Log: dua.h,v $
8 * Revision 7.1 91/02/22 09:25:52 mrose
9 * Interim 6.8
10 *
11 * Revision 7.0 89/11/23 21:56:35 mrose
12 * Release 6.0
13 *
14 */
15
16/*
17 * NOTICE
18 *
19 * Acquisition, use, and distribution of this module and related
20 * materials are subject to the restrictions of a license agreement.
21 * Consult the Preface in the User's Manual for the full terms of
22 * this agreement.
23 *
24 */
25
26
27#define default_common_args \
28 { \
29 { /* service controls */ \
30 0, \
31 SVC_PRIO_MED, \
32 SVC_NOTIMELIMIT, \
33 SVC_NOSIZELIMIT, \
34 SVC_REFSCOPE_NONE \
35 }, \
36 NULLDN, /* Common arg - requestor DN */ \
37 { /* op_progress */ \
38 OP_PHASE_NOTDEFINED, \
39 OP_PHASE_NOTDEFINED, \
40 }, \
41 CA_NO_ALIASDEREFERENCED, \
42 (struct security_parms *) NULL, \
43 (struct signature *) NULL, \
44 (struct extension *) NULL, \
45 }