Drawing hermite curves in OpenGL

Hi,

I am a beginner, started learning openGL from the Redbook since last week. i have a question regarding Hermite curves, how can I draw Hermite curves using OpenGL, are there any built in functions? I saw some examples online that show how to use evaluators to draw bezier curves but could not find any information for hermite curves.

Any help is greatly appreciated.