X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fcrypto%2FLPdir_nyi.c;fp=lib%2Fopenssl%2Fcrypto%2FLPdir_nyi.c;h=049044c4cae8480a5c05ebbd16031eeba8e89b40;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=6c1a50e6a8e2aa6ace0ca03f4c27956bfa7411cd;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/crypto/LPdir_nyi.c b/lib/openssl/crypto/LPdir_nyi.c index 6c1a50e..049044c 100644 --- a/lib/openssl/crypto/LPdir_nyi.c +++ b/lib/openssl/crypto/LPdir_nyi.c @@ -1,4 +1,12 @@ -/* $LP: LPlib/source/LPdir_win.c,v 1.1 2004/06/14 10:07:56 _cvs_levitte Exp $ */ +/* + * Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + /* * Copyright (c) 2004, Richard Levitte * All rights reserved. @@ -26,17 +34,20 @@ */ #ifndef LPDIR_H -#include "LPdir.h" +# include "LPdir.h" #endif -struct LP_dir_context_st { void *dummy; }; +struct LP_dir_context_st { + void *dummy; +}; const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) - { - errno = EINVAL; - return 0; - } +{ + errno = EINVAL; + return 0; +} + int LP_find_file_end(LP_DIR_CTX **ctx) - { - errno = EINVAL; - return 0; - } +{ + errno = EINVAL; + return 0; +}