pkiutilities/ocsp/inc/ocsp_ncp.iby
author hgs
Tue, 28 Sep 2010 14:03:54 +0300
changeset 59 881d92421467
permissions -rw-r--r--
201037_03
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
59
881d92421467 201037_03
hgs
parents:
diff changeset
     1
/*
881d92421467 201037_03
hgs
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
881d92421467 201037_03
hgs
parents:
diff changeset
     3
* All rights reserved.
881d92421467 201037_03
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
881d92421467 201037_03
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
881d92421467 201037_03
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
881d92421467 201037_03
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
881d92421467 201037_03
hgs
parents:
diff changeset
     8
*
881d92421467 201037_03
hgs
parents:
diff changeset
     9
* Initial Contributors:
881d92421467 201037_03
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
881d92421467 201037_03
hgs
parents:
diff changeset
    11
*
881d92421467 201037_03
hgs
parents:
diff changeset
    12
* Contributors:
881d92421467 201037_03
hgs
parents:
diff changeset
    13
*
881d92421467 201037_03
hgs
parents:
diff changeset
    14
* Description:
881d92421467 201037_03
hgs
parents:
diff changeset
    15
*
881d92421467 201037_03
hgs
parents:
diff changeset
    16
*/
881d92421467 201037_03
hgs
parents:
diff changeset
    17
881d92421467 201037_03
hgs
parents:
diff changeset
    18
#ifndef __OCSP_NCP_IBY__
881d92421467 201037_03
hgs
parents:
diff changeset
    19
#define __OCSP_NCP_IBY__
881d92421467 201037_03
hgs
parents:
diff changeset
    20
881d92421467 201037_03
hgs
parents:
diff changeset
    21
// Online Certificate Status Protocol( OCSP ) implementation
881d92421467 201037_03
hgs
parents:
diff changeset
    22
881d92421467 201037_03
hgs
parents:
diff changeset
    23
file=ABI_DIR\BUILD_DIR\ocsp.dll		System\Libs\ocsp.dll
881d92421467 201037_03
hgs
parents:
diff changeset
    24
file=ABI_DIR\BUILD_DIR\ocspcommon.dll			System\Libs\ocspcommon.dll
881d92421467 201037_03
hgs
parents:
diff changeset
    25
881d92421467 201037_03
hgs
parents:
diff changeset
    26
#endif
881d92421467 201037_03
hgs
parents:
diff changeset
    27