Skip to content

Instantly share code, notes, and snippets.

@devendranaga
Created July 18, 2021 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devendranaga/0b3a81c82d2c2bb37be70ab42c09f62d to your computer and use it in GitHub Desktop.
Save devendranaga/0b3a81c82d2c2bb37be70ab42c09f62d to your computer and use it in GitHub Desktop.
#ifndef __NS_H__
#define __NS_H__
#include <iostream>
#include <string.h>
#include <string>
#include <openssl/conf.h>
#include <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/rsa.h>
#include <openssl/pem.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment