Deleted Added
full compact
e_capi.c (205128) e_capi.c (206046)
1/* engines/e_capi.c */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project.
4 */
5/* ====================================================================
6 * Copyright (c) 2008 The OpenSSL Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 69 unchanged lines hidden (view full) ---

78#ifndef CERT_STORE_OPEN_EXISTING_FLAG
79#define CERT_STORE_OPEN_EXISTING_FLAG 0x00004000
80#endif
81
82#ifndef CERT_STORE_CREATE_NEW_FLAG
83#define CERT_STORE_CREATE_NEW_FLAG 0x00002000
84#endif
85
1/* engines/e_capi.c */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project.
4 */
5/* ====================================================================
6 * Copyright (c) 2008 The OpenSSL Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 69 unchanged lines hidden (view full) ---

78#ifndef CERT_STORE_OPEN_EXISTING_FLAG
79#define CERT_STORE_OPEN_EXISTING_FLAG 0x00004000
80#endif
81
82#ifndef CERT_STORE_CREATE_NEW_FLAG
83#define CERT_STORE_CREATE_NEW_FLAG 0x00002000
84#endif
85
86#ifndef CERT_SYSTEM_STORE_CURRENT_USER
87#define CERT_SYSTEM_STORE_CURRENT_USER 0x00010000
88#endif
89
86#include <openssl/engine.h>
87#include <openssl/pem.h>
88#include <openssl/x509v3.h>
89
90#include "e_capi_err.h"
91#include "e_capi_err.c"
92
93

--- 1702 unchanged lines hidden ---
90#include <openssl/engine.h>
91#include <openssl/pem.h>
92#include <openssl/x509v3.h>
93
94#include "e_capi_err.h"
95#include "e_capi_err.c"
96
97

--- 1702 unchanged lines hidden ---