mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Crypto: Move openssl stubs to a shared stubs location. Include openssl apache license and a readme for future stub creation. Modify existing test case to reference stubs location.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
int RAND_bytes(unsigned char *buf, int num);
|
||||
|
||||
int RAND_pseudo_bytes(unsigned char *buf, int num);
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "includes/evp_stubs.h"
|
||||
#include "includes/alg_macro_stubs.h"
|
||||
#include "includes/rand_stubs.h"
|
||||
#include "openssl/evp_stubs.h"
|
||||
#include "openssl/alg_macro_stubs.h"
|
||||
#include "openssl/rand_stubs.h"
|
||||
|
||||
size_t strlen(const char* str);
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
semmle-extractor-options: -I ../../../../stubs
|
||||
Reference in New Issue
Block a user