Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.122
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libssl-doc /
demos /
evp /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
500
B
-rw-r--r--
2019-09-10 15:16
aesccm.c.gz
1.46
KB
-rw-r--r--
2019-09-10 15:16
aesgcm.c.gz
1.39
KB
-rw-r--r--
2019-09-10 15:16
Save
Rename
# Quick instruction: # To build against an OpenSSL built in the source tree, do this: # # make OPENSSL_INCS_LOCATION=-I../../include OPENSSL_LIBS_LOCATION=-L../.. # # To run the demos when linked with a shared library (default): # # LD_LIBRARY_PATH=../.. ./aesccm # LD_LIBRARY_PATH=../.. ./aesgcm CFLAGS = $(OPENSSL_INCS_LOCATION) LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto all: aesccm aesgcm aesccm: aesccm.o aesgcm: aesgcm.o aesccm aesgcm: $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<